#BEB052

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

Shades of Sundance #BEB052

Tints of Sundance #BEB052

Color information

#BEB052 (or 0xBEB052) is unknown color: approx Sundance. HEX triplet: BE, B0 and 52. RGB value is (190,176,82). Sum of RGB (Red+Green+Blue) = 190+176+82=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB052 is #414FAD. Grayscale: #A9A9A9. Windows color (decimal): -4280238 or 5419198. OLE color: 5419198.

HSL color Cylindrical-coordinate representation of color #BEB052: hue angle of 52.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEB052 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19017682-
CMYK00.070.570.25
HSL52.22º45.38%53.33%-
HSV(B)52.22º56.84%74.51%-
XYZ38.2842.6114.19-
YUV169.4778.64142.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 82 (32.42% from 255) = 18.30%
R=42.41%
G=39.29%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901768200.070.570.2552.2245.3853.33
HexBEB052073919342d35
Octal276260122077131645565
Binary10111110101100001010010011111100111001110100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB052; }

 p { color: rgb(190,176,82); }

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

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

 a { background-color: rgb(190,176,82); }

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

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

 span { border-color: rgb(190,176,82); }

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