#C1BB27

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

Shades of Barberry #C1BB27

Tints of Barberry #C1BB27

Color information

#C1BB27 (or 0xC1BB27) is unknown color: approx Barberry. HEX triplet: C1, BB and 27. RGB value is (193,187,39). Sum of RGB (Red+Green+Blue) = 193+187+39=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BB27 is #3E44D8. Grayscale: #ACACAC. Windows color (decimal): -4080857 or 2603969. OLE color: 2603969.

HSL color Cylindrical-coordinate representation of color #C1BB27: hue angle of 57.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1BB27 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19318739-
CMYK00.030.800.24
HSL57.66º66.38%45.49%-
HSV(B)57.66º79.79%75.69%-
XYZ40.1347.028.88-
YUV171.9252.99143.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 187 (73.44% from 255) = 44.63%
BLUE value IS 39 (15.62% from 255) = 9.31%
R=46.06%
G=44.63%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931873900.030.800.2457.6666.3845.49
HexC1BB270350183a422d
Octal3012734703120307210255
Binary11000001101110111001110111010000110001110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB27; }

 p { color: rgb(193,187,39); }

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

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

 a { background-color: rgb(193,187,39); }

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

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

 span { border-color: rgb(193,187,39); }

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