#CEBA27

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

Shades of Barberry #CEBA27

Tints of Barberry #CEBA27

Color information

#CEBA27 (or 0xCEBA27) is unknown color: approx Barberry. HEX triplet: CE, BA and 27. RGB value is (206,186,39). Sum of RGB (Red+Green+Blue) = 206+186+39=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA27 is #3145D8. Grayscale: #AFAFAF. Windows color (decimal): -3229145 or 2603726. OLE color: 2603726.

HSL color Cylindrical-coordinate representation of color #CEBA27: hue angle of 52.81º 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 #CEBA27 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB20618639-
CMYK00.100.810.19
HSL52.81º68.16%48.04%-
HSV(B)52.81º81.07%80.78%-
XYZ43.3848.398.97-
YUV175.2251.13149.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.80%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 39 (15.62% from 255) = 9.05%
R=47.80%
G=43.16%
B=9.05%

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
Decimal2061863900.100.810.1952.8168.1648.04
HexCEBA270A5113354430
Octal31627247012121236510460
Binary1100111010111010100111010101010001100111101011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA27; }

 p { color: rgb(206,186,39); }

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

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

 a { background-color: rgb(206,186,39); }

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

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

 span { border-color: rgb(206,186,39); }

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