#CEB825

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

Shades of Barberry #CEB825

Tints of Barberry #CEB825

Color information

#CEB825 (or 0xCEB825) is unknown color: approx Barberry. HEX triplet: CE, B8 and 25. RGB value is (206,184,37). Sum of RGB (Red+Green+Blue) = 206+184+37=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB825 is #3147DA. Grayscale: #AEAEAE. Windows color (decimal): -3229659 or 2472142. OLE color: 2472142.

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

Color convert

RGB20618437-
CMYK00.110.820.19
HSL52.19º69.55%47.65%-
HSV(B)52.19º82.04%80.78%-
XYZ42.9347.548.66-
YUV173.8250.79150.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.24%
GREEN value IS 184 (72.27% from 255) = 43.09%
BLUE value IS 37 (14.84% from 255) = 8.67%
R=48.24%
G=43.09%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061843700.110.820.1952.1969.5547.65
HexCEB8250B5213344630
Octal31627045013122236410660
Binary1100111010111000100101010111010010100111101001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB825; }

 p { color: rgb(206,184,37); }

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

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

 a { background-color: rgb(206,184,37); }

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

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

 span { border-color: rgb(206,184,37); }

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