#BEB053

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

Shades of Sundance #BEB053

Tints of Sundance #BEB053

Color information

#BEB053 (or 0xBEB053) is unknown color: approx Sundance. HEX triplet: BE, B0 and 53. RGB value is (190,176,83). Sum of RGB (Red+Green+Blue) = 190+176+83=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB053 is #414FAC. Grayscale: #A9A9A9. Windows color (decimal): -4280237 or 5484734. OLE color: 5484734.

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

Color convert

RGB19017683-
CMYK00.070.560.25
HSL52.15º45.15%53.53%-
HSV(B)52.15º56.32%74.51%-
XYZ38.3242.6214.39-
YUV169.5879.14142.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=42.32%
G=39.20%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901768300.070.560.2552.1545.1553.53
HexBEB053073819342d36
Octal276260123077031645566
Binary10111110101100001010011011111100011001110100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB053; }

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

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

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

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

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

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

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

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