#CEBB2B

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

Shades of Barberry #CEBB2B

Tints of Barberry #CEBB2B

Color information

#CEBB2B (or 0xCEBB2B) is unknown color: approx Barberry. HEX triplet: CE, BB and 2B. RGB value is (206,187,43). Sum of RGB (Red+Green+Blue) = 206+187+43=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB2B is #3144D4. Grayscale: #B0B0B0. Windows color (decimal): -3228885 or 2866126. OLE color: 2866126.

HSL color Cylindrical-coordinate representation of color #CEBB2B: hue angle of 53.01º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEBB2B is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB20618743-
CMYK00.090.790.19
HSL53.01º65.46%48.82%-
HSV(B)53.01º79.13%80.78%-
XYZ43.6648.849.41-
YUV176.2652.79149.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.25%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 43 (17.19% from 255) = 9.86%
R=47.25%
G=42.89%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061874300.090.790.1953.0165.4648.82
HexCEBB2B094F13354131
Octal31627353011117236510161
Binary1100111010111011101011010011001111100111101011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB2B; }

 p { color: rgb(206,187,43); }

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

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

 a { background-color: rgb(206,187,43); }

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

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

 span { border-color: rgb(206,187,43); }

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