#C8BA2A

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

Shades of Barberry #C8BA2A

Tints of Barberry #C8BA2A

Color information

#C8BA2A (or 0xC8BA2A) is unknown color: approx Barberry. HEX triplet: C8, BA and 2A. RGB value is (200,186,42). Sum of RGB (Red+Green+Blue) = 200+186+42=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA2A is #3745D5. Grayscale: #AEAEAE. Windows color (decimal): -3622358 or 2800328. OLE color: 2800328.

HSL color Cylindrical-coordinate representation of color #C8BA2A: hue angle of 54.68º degrees, saturation: 0.65, 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 #C8BA2A is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB20018642-
CMYK00.070.790.22
HSL54.68º65.29%47.45%-
HSV(B)54.68º79%78.43%-
XYZ41.847.569.17-
YUV173.7753.64146.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 42 (16.80% from 255) = 9.81%
R=46.73%
G=43.46%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001864200.070.790.2254.6865.2947.45
HexC8BA2A074F1637412f
Octal3102725207117266710157
Binary110010001011101010101001111001111101101101111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA2A; }

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

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

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

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

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

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

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

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