#BEB350

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

Shades of Sundance #BEB350

Tints of Sundance #BEB350

Color information

#BEB350 (or 0xBEB350) is unknown color: approx Sundance. HEX triplet: BE, B3 and 50. RGB value is (190,179,80). Sum of RGB (Red+Green+Blue) = 190+179+80=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB350 is #414CAF. Grayscale: #ABABAB. Windows color (decimal): -4279472 or 5288894. OLE color: 5288894.

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

Color convert

RGB19017980-
CMYK00.060.580.25
HSL54º45.83%52.94%-
HSV(B)54º57.89%74.51%-
XYZ38.843.7713.99-
YUV17176.64141.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 80 (31.64% from 255) = 17.82%
R=42.32%
G=39.87%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901798000.060.580.255445.8352.94
HexBEB350063A19362e35
Octal276263120067231665665
Binary10111110101100111010000011011101011001110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB350; }

 p { color: rgb(190,179,80); }

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

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

 a { background-color: rgb(190,179,80); }

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

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

 span { border-color: rgb(190,179,80); }

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