#CEBF2B

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

Shades of Barberry #CEBF2B

Tints of Barberry #CEBF2B

Color information

#CEBF2B (or 0xCEBF2B) is unknown color: approx Barberry. HEX triplet: CE, BF and 2B. RGB value is (206,191,43). Sum of RGB (Red+Green+Blue) = 206+191+43=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF2B is #3140D4. Grayscale: #B3B3B3. Windows color (decimal): -3227861 or 2867150. OLE color: 2867150.

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

Color convert

RGB20619143-
CMYK00.070.790.19
HSL54.48º65.46%48.82%-
HSV(B)54.48º79.13%80.78%-
XYZ44.5250.569.7-
YUV178.6151.47147.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 43 (17.19% from 255) = 9.77%
R=46.82%
G=43.41%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061914300.070.790.1954.4865.4648.82
HexCEBF2B074F13364131
Octal3162775307117236610161
Binary110011101011111110101101111001111100111101101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF2B; }

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

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

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

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

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

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

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

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