#C7BF24

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

Shades of Barberry #C7BF24

Tints of Barberry #C7BF24

Color information

#C7BF24 (or 0xC7BF24) is unknown color: approx Barberry. HEX triplet: C7, BF and 24. RGB value is (199,191,36). Sum of RGB (Red+Green+Blue) = 199+191+36=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BF24 is #3840DB. Grayscale: #B0B0B0. Windows color (decimal): -3686620 or 2408391. OLE color: 2408391.

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

Color convert

RGB19919136-
CMYK00.040.820.22
HSL57.06º69.36%46.08%-
HSV(B)57.06º81.91%78.04%-
XYZ42.549.538.99-
YUV175.7249.15144.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 36 (14.45% from 255) = 8.45%
R=46.71%
G=44.84%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991913600.040.820.2257.0669.3646.08
HexC7BF2404521639452e
Octal3072774404122267110556
Binary110001111011111110010001001010010101101110011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF24; }

 p { color: rgb(199,191,36); }

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

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

 a { background-color: rgb(199,191,36); }

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

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

 span { border-color: rgb(199,191,36); }

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