#C6BB29

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

Shades of Barberry #C6BB29

Tints of Barberry #C6BB29

Color information

#C6BB29 (or 0xC6BB29) is unknown color: approx Barberry. HEX triplet: C6, BB and 29. RGB value is (198,187,41). Sum of RGB (Red+Green+Blue) = 198+187+41=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BB29 is #3944D6. Grayscale: #AEAEAE. Windows color (decimal): -3753175 or 2735046. OLE color: 2735046.

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

Color convert

RGB19818741-
CMYK00.060.790.22
HSL55.8º65.69%46.86%-
HSV(B)55.8º79.29%77.65%-
XYZ41.4647.719.12-
YUV173.6453.14145.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 187 (73.44% from 255) = 43.90%
BLUE value IS 41 (16.41% from 255) = 9.62%
R=46.48%
G=43.90%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981874100.060.790.2255.865.6946.86
HexC6BB29064F1638422f
Octal3062735106117267010257
Binary110001101011101110100101101001111101101110001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB29; }

 p { color: rgb(198,187,41); }

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

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

 a { background-color: rgb(198,187,41); }

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

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

 span { border-color: rgb(198,187,41); }

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