#cfbb27

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

Shades of Barberry #CFBB27

Tints of Barberry #CFBB27

Color information

#CFBB27 (or 0xCFBB27) is unknown color: approx Barberry. HEX triplet: CF, BB and 27. RGB value is (207,187,39). Sum of RGB (Red+Green+Blue) = 207+187+39=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB27 is #3044D8. Grayscale: #B0B0B0. Windows color (decimal): -3163353 or 2603983. OLE color: 2603983.

HSL color Cylindrical-coordinate representation of color #CFBB27: hue angle of 52.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFBB27 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB20718739-
CMYK00.100.810.19
HSL52.86º68.29%48.24%-
HSV(B)52.86º81.16%81.18%-
XYZ43.8748.959.06-
YUV176.1150.63150.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 39 (15.62% from 255) = 9.01%
R=47.81%
G=43.19%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071873900.100.810.1952.8668.2948.24
HexCFBB270A5113354430
Octal31727347012121236510460
Binary1100111110111011100111010101010001100111101011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfbb27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfbb27; }

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

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

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

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

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

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

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

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