#C6BC2C

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

Shades of Barberry #C6BC2C

Tints of Barberry #C6BC2C

Color information

#C6BC2C (or 0xC6BC2C) is unknown color: approx Barberry. HEX triplet: C6, BC and 2C. RGB value is (198,188,44). Sum of RGB (Red+Green+Blue) = 198+188+44=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC2C is #3943D3. Grayscale: #AFAFAF. Windows color (decimal): -3752916 or 2931910. OLE color: 2931910.

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

Color convert

RGB19818844-
CMYK00.050.780.22
HSL56.1º63.64%47.45%-
HSV(B)56.1º77.78%77.65%-
XYZ41.7348.159.48-
YUV174.5754.31144.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 188 (73.83% from 255) = 43.72%
BLUE value IS 44 (17.58% from 255) = 10.23%
R=46.05%
G=43.72%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981884400.050.780.2256.163.6447.45
HexC6BC2C054E1638402f
Octal3062745405116267010057
Binary110001101011110010110001011001110101101110001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC2C; }

 p { color: rgb(198,188,44); }

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

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

 a { background-color: rgb(198,188,44); }

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

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

 span { border-color: rgb(198,188,44); }

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