#BEB149

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

Shades of Sundance #BEB149

Tints of Sundance #BEB149

Color information

#BEB149 (or 0xBEB149) is unknown color: approx Sundance. HEX triplet: BE, B1 and 49. RGB value is (190,177,73). Sum of RGB (Red+Green+Blue) = 190+177+73=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB149 is #414EB6. Grayscale: #A9A9A9. Windows color (decimal): -4279991 or 4829630. OLE color: 4829630.

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

Color convert

RGB19017773-
CMYK00.070.620.25
HSL53.33º47.37%51.57%-
HSV(B)53.33º61.58%74.51%-
XYZ38.1642.8712.57-
YUV169.0373.81142.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 177 (69.53% from 255) = 40.23%
BLUE value IS 73 (28.91% from 255) = 16.59%
R=43.18%
G=40.23%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901777300.070.620.2553.3347.3751.57
HexBEB149073E19352f34
Octal276261111077631655764
Binary10111110101100011001001011111111011001110101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB149; }

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

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

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

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

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

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

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

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