#BEB649

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

Shades of Sundance #BEB649

Tints of Sundance #BEB649

Color information

#BEB649 (or 0xBEB649) is unknown color: approx Sundance. HEX triplet: BE, B6 and 49. RGB value is (190,182,73). Sum of RGB (Red+Green+Blue) = 190+182+73=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB649 is #4149B6. Grayscale: #ACACAC. Windows color (decimal): -4278711 or 4830910. OLE color: 4830910.

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

Color convert

RGB19018273-
CMYK00.040.620.25
HSL55.9º47.37%51.57%-
HSV(B)55.9º61.58%74.51%-
XYZ39.1744.8812.9-
YUV171.9772.15140.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 73 (28.91% from 255) = 16.40%
R=42.70%
G=40.90%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901827300.040.620.2555.947.3751.57
HexBEB649043E19382f34
Octal276266111047631705764
Binary10111110101101101001001010011111011001111000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB649; }

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

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

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

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

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

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

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

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