#C6BE2E

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

Shades of Barberry #C6BE2E

Tints of Barberry #C6BE2E

Color information

#C6BE2E (or 0xC6BE2E) is unknown color: approx Barberry. HEX triplet: C6, BE and 2E. RGB value is (198,190,46). Sum of RGB (Red+Green+Blue) = 198+190+46=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE2E is #3941D1. Grayscale: #B0B0B0. Windows color (decimal): -3752402 or 3063494. OLE color: 3063494.

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

Color convert

RGB19819046-
CMYK00.040.770.22
HSL56.84º62.3%47.84%-
HSV(B)56.84º76.77%77.65%-
XYZ42.249.039.82-
YUV175.9854.65143.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 190 (74.61% from 255) = 43.78%
BLUE value IS 46 (18.36% from 255) = 10.60%
R=45.62%
G=43.78%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981904600.040.770.2256.8462.347.84
HexC6BE2E044D16393e30
Octal306276560411526717660
Binary11000110101111101011100100100110110110111001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE2E; }

 p { color: rgb(198,190,46); }

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

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

 a { background-color: rgb(198,190,46); }

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

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

 span { border-color: rgb(198,190,46); }

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