#C6BA2A

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

Shades of Barberry #C6BA2A

Tints of Barberry #C6BA2A

Color information

#C6BA2A (or 0xC6BA2A) is unknown color: approx Barberry. HEX triplet: C6, BA and 2A. RGB value is (198,186,42). Sum of RGB (Red+Green+Blue) = 198+186+42=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA2A is #3945D5. Grayscale: #ADADAD. Windows color (decimal): -3753430 or 2800326. OLE color: 2800326.

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

Color convert

RGB19818642-
CMYK00.060.790.22
HSL55.38º65%47.06%-
HSV(B)55.38º78.79%77.65%-
XYZ41.2747.299.14-
YUV173.1753.98145.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 42 (16.80% from 255) = 9.86%
R=46.48%
G=43.66%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981864200.060.790.2255.386547.06
HexC6BA2A064F1637412f
Octal3062725206117266710157
Binary110001101011101010101001101001111101101101111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA2A; }

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

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

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

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

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

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

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

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