#C3BF2C

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

Shades of Barberry #C3BF2C

Tints of Barberry #C3BF2C

Color information

#C3BF2C (or 0xC3BF2C) is unknown color: approx Barberry. HEX triplet: C3, BF and 2C. RGB value is (195,191,44). Sum of RGB (Red+Green+Blue) = 195+191+44=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BF2C is #3C40D3. Grayscale: #B0B0B0. Windows color (decimal): -3948756 or 2932675. OLE color: 2932675.

HSL color Cylindrical-coordinate representation of color #C3BF2C: hue angle of 58.41º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3BF2C is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19519144-
CMYK00.020.770.24
HSL58.41º63.18%46.86%-
HSV(B)58.41º77.44%76.47%-
XYZ41.5949.059.66-
YUV175.4453.83141.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.35%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 44 (17.58% from 255) = 10.23%
R=45.35%
G=44.42%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951914400.020.770.2458.4163.1846.86
HexC3BF2C024D183a3f2f
Octal303277540211530727757
Binary1100001110111111101100010100110111000111010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF2C; }

 p { color: rgb(195,191,44); }

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

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

 a { background-color: rgb(195,191,44); }

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

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

 span { border-color: rgb(195,191,44); }

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