#BEB249

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

Shades of Sundance #BEB249

Tints of Sundance #BEB249

Color information

#BEB249 (or 0xBEB249) is unknown color: approx Sundance. HEX triplet: BE, B2 and 49. RGB value is (190,178,73). Sum of RGB (Red+Green+Blue) = 190+178+73=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB249 is #414DB6. Grayscale: #AAAAAA. Windows color (decimal): -4279735 or 4829886. OLE color: 4829886.

HSL color Cylindrical-coordinate representation of color #BEB249: hue angle of 53.85º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEB249 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19017873-
CMYK00.060.620.25
HSL53.85º47.37%51.57%-
HSV(B)53.85º61.58%74.51%-
XYZ38.3643.2712.63-
YUV169.6273.48142.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=43.08%
G=40.36%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901787300.060.620.2553.8547.3751.57
HexBEB249063E19362f34
Octal276262111067631665764
Binary10111110101100101001001011011111011001110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB249; }

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

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

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

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

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

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

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

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