#BEB252

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

Shades of Sundance #BEB252

Tints of Sundance #BEB252

Color information

#BEB252 (or 0xBEB252) is unknown color: approx Sundance. HEX triplet: BE, B2 and 52. RGB value is (190,178,82). Sum of RGB (Red+Green+Blue) = 190+178+82=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB252 is #414DAD. Grayscale: #ABABAB. Windows color (decimal): -4279726 or 5419710. OLE color: 5419710.

HSL color Cylindrical-coordinate representation of color #BEB252: hue angle of 53.33º 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 #BEB252 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19017882-
CMYK00.060.570.25
HSL53.33º45.38%53.33%-
HSV(B)53.33º56.84%74.51%-
XYZ38.6843.414.32-
YUV170.6477.98141.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 178 (69.92% from 255) = 39.56%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=42.22%
G=39.56%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901788200.060.570.2553.3345.3853.33
HexBEB252063919352d35
Octal276262122067131655565
Binary10111110101100101010010011011100111001110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB252; }

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

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

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

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

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

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

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

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