#C8BC27

Color #C8BC27 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #C8BC27

Tints of Barberry #C8BC27

Color information

#C8BC27 (or 0xC8BC27) is unknown color: approx Barberry. HEX triplet: C8, BC and 27. RGB value is (200,188,39). Sum of RGB (Red+Green+Blue) = 200+188+39=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC27 is #3743D8. Grayscale: #AFAFAF. Windows color (decimal): -3621849 or 2604232. OLE color: 2604232.

HSL color Cylindrical-coordinate representation of color #C8BC27: hue angle of 55.53º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8BC27 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB20018839-
CMYK00.060.800.22
HSL55.53º67.36%46.86%-
HSV(B)55.53º80.5%78.43%-
XYZ42.1748.399.04-
YUV174.651.48146.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 188 (73.83% from 255) = 44.03%
BLUE value IS 39 (15.62% from 255) = 9.13%
R=46.84%
G=44.03%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001883900.060.800.2255.5367.3646.86
HexC8BC2706501638432f
Octal3102744706120267010357
Binary110010001011110010011101101010000101101110001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC27; }

 p { color: rgb(200,188,39); }

 H1.HeaderClassName
 {
   color: #C8BC27;
 }
 .AnyTagClassName
 {
   color: #C8BC27;
 }
</style>
background-color css

<style>
 a { background-color: #C8BC27; }

 a { background-color: rgb(200,188,39); }

 div.DivClassName
 {
   background-color: #C8BC27;
 }
 .BgClassName
 {
   background-color: #C8BC27;
 }
</style>
border-color css

<style>
 span { border-color: #C8BC27; }

 span { border-color: rgb(200,188,39); }

 td.TdClassName
 {
   border-color: #C8BC27;
 }
 .TagClassName
 {
   border-color: #C8BC27;
 }
</style>