#C7BC27

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

Shades of Barberry #C7BC27

Tints of Barberry #C7BC27

Color information

#C7BC27 (or 0xC7BC27) is unknown color: approx Barberry. HEX triplet: C7, BC and 27. RGB value is (199,188,39). Sum of RGB (Red+Green+Blue) = 199+188+39=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC27 is #3843D8. Grayscale: #AEAEAE. Windows color (decimal): -3687385 or 2604231. OLE color: 2604231.

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

Color convert

RGB19918839-
CMYK00.060.800.22
HSL55.88º67.23%46.67%-
HSV(B)55.88º80.4%78.04%-
XYZ41.948.269.03-
YUV174.351.64145.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 39 (15.62% from 255) = 9.15%
R=46.71%
G=44.13%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991883900.060.800.2255.8867.2346.67
HexC7BC2706501638432f
Octal3072744706120267010357
Binary110001111011110010011101101010000101101110001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BC27; }

 p { color: rgb(199,188,39); }

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

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

 a { background-color: rgb(199,188,39); }

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

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

 span { border-color: rgb(199,188,39); }

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