#C8BA29

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

Shades of Barberry #C8BA29

Tints of Barberry #C8BA29

Color information

#C8BA29 (or 0xC8BA29) is unknown color: approx Barberry. HEX triplet: C8, BA and 29. RGB value is (200,186,41). Sum of RGB (Red+Green+Blue) = 200+186+41=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA29 is #3745D6. Grayscale: #AEAEAE. Windows color (decimal): -3622359 or 2734792. OLE color: 2734792.

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

Color convert

RGB20018641-
CMYK00.070.800.22
HSL54.72º65.98%47.25%-
HSV(B)54.72º79.5%78.43%-
XYZ41.7847.569.08-
YUV173.6653.14146.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 186 (73.05% from 255) = 43.56%
BLUE value IS 41 (16.41% from 255) = 9.60%
R=46.84%
G=43.56%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001864100.070.800.2254.7265.9847.25
HexC8BA2907501637422f
Octal3102725107120266710257
Binary110010001011101010100101111010000101101101111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA29; }

 p { color: rgb(200,186,41); }

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

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

 a { background-color: rgb(200,186,41); }

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

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

 span { border-color: rgb(200,186,41); }

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