#BEB250

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

Shades of Sundance #BEB250

Tints of Sundance #BEB250

Color information

#BEB250 (or 0xBEB250) is unknown color: approx Sundance. HEX triplet: BE, B2 and 50. RGB value is (190,178,80). Sum of RGB (Red+Green+Blue) = 190+178+80=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB250 is #414DAF. Grayscale: #AAAAAA. Windows color (decimal): -4279728 or 5288638. OLE color: 5288638.

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

Color convert

RGB19017880-
CMYK00.060.580.25
HSL53.45º45.83%52.94%-
HSV(B)53.45º57.89%74.51%-
XYZ38.643.3713.93-
YUV170.4276.98141.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 178 (69.92% from 255) = 39.73%
BLUE value IS 80 (31.64% from 255) = 17.86%
R=42.41%
G=39.73%
B=17.86%

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
Decimal1901788000.060.580.2553.4545.8352.94
HexBEB250063A19352e35
Octal276262120067231655665
Binary10111110101100101010000011011101011001110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB250; }

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

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

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

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

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

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

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

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