#BEB051

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

Shades of Sundance #BEB051

Tints of Sundance #BEB051

Color information

#BEB051 (or 0xBEB051) is unknown color: approx Sundance. HEX triplet: BE, B0 and 51. RGB value is (190,176,81). Sum of RGB (Red+Green+Blue) = 190+176+81=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB051 is #414FAE. Grayscale: #A9A9A9. Windows color (decimal): -4280239 or 5353662. OLE color: 5353662.

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

Color convert

RGB19017681-
CMYK00.070.570.25
HSL52.29º45.61%53.14%-
HSV(B)52.29º57.37%74.51%-
XYZ38.2542.5913.99-
YUV169.3678.14142.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 81 (32.03% from 255) = 18.12%
R=42.51%
G=39.37%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901768100.070.570.2552.2945.6153.14
HexBEB051073919342e35
Octal276260121077131645665
Binary10111110101100001010001011111100111001110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB051; }

 p { color: rgb(190,176,81); }

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

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

 a { background-color: rgb(190,176,81); }

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

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

 span { border-color: rgb(190,176,81); }

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