#c8bf2e

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

Shades of Barberry #C8BF2E

Tints of Barberry #C8BF2E

Color information

#C8BF2E (or 0xC8BF2E) is unknown color: approx Barberry. HEX triplet: C8, BF and 2E. RGB value is (200,191,46). Sum of RGB (Red+Green+Blue) = 200+191+46=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF2E is #3740D1. Grayscale: #B1B1B1. Windows color (decimal): -3621074 or 3063752. OLE color: 3063752.

HSL color Cylindrical-coordinate representation of color #C8BF2E: hue angle of 56.49º degrees, saturation: 0.63, 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 #C8BF2E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB20019146-
CMYK00.040.770.22
HSL56.49º62.6%48.24%-
HSV(B)56.49º77%78.43%-
XYZ42.9449.749.92-
YUV177.1653.98144.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 191 (75% from 255) = 43.71%
BLUE value IS 46 (18.36% from 255) = 10.53%
R=45.77%
G=43.71%
B=10.53%

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
Decimal2001914600.040.770.2256.4962.648.24
HexC8BF2E044D16383f30
Octal310277560411526707760
Binary11001000101111111011100100100110110110111000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8bf2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8bf2e; }

 p { color: rgb(200,191,46); }

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

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

 a { background-color: rgb(200,191,46); }

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

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

 span { border-color: rgb(200,191,46); }

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