#C4BC2B

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

Shades of Barberry #C4BC2B

Tints of Barberry #C4BC2B

Color information

#C4BC2B (or 0xC4BC2B) is unknown color: approx Barberry. HEX triplet: C4, BC and 2B. RGB value is (196,188,43). Sum of RGB (Red+Green+Blue) = 196+188+43=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC2B is #3B43D4. Grayscale: #AEAEAE. Windows color (decimal): -3883989 or 2866372. OLE color: 2866372.

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

Color convert

RGB19618843-
CMYK00.040.780.23
HSL56.86º64.02%46.86%-
HSV(B)56.86º78.06%76.86%-
XYZ41.1847.889.36-
YUV173.8654.15143.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 188 (73.83% from 255) = 44.03%
BLUE value IS 43 (17.19% from 255) = 10.07%
R=45.90%
G=44.03%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961884300.040.780.2356.8664.0246.86
HexC4BC2B044E1739402f
Octal3042745304116277110057
Binary110001001011110010101101001001110101111110011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC2B; }

 p { color: rgb(196,188,43); }

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

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

 a { background-color: rgb(196,188,43); }

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

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

 span { border-color: rgb(196,188,43); }

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