#C3BB2A

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

Shades of Barberry #C3BB2A

Tints of Barberry #C3BB2A

Color information

#C3BB2A (or 0xC3BB2A) is unknown color: approx Barberry. HEX triplet: C3, BB and 2A. RGB value is (195,187,42). Sum of RGB (Red+Green+Blue) = 195+187+42=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BB2A is #3C44D5. Grayscale: #ADADAD. Windows color (decimal): -3949782 or 2800579. OLE color: 2800579.

HSL color Cylindrical-coordinate representation of color #C3BB2A: hue angle of 56.86º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3BB2A is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19518742-
CMYK00.040.780.24
HSL56.86º64.56%46.47%-
HSV(B)56.86º78.46%76.47%-
XYZ40.6947.319.18-
YUV172.8654.15143.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 187 (73.44% from 255) = 44.10%
BLUE value IS 42 (16.80% from 255) = 9.91%
R=45.99%
G=44.10%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951874200.040.780.2456.8664.5646.47
HexC3BB2A044E1839412e
Octal3032735204116307110156
Binary110000111011101110101001001001110110001110011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BB2A; }

 p { color: rgb(195,187,42); }

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

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

 a { background-color: rgb(195,187,42); }

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

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

 span { border-color: rgb(195,187,42); }

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