#BEB14E

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

Shades of Sundance #BEB14E

Tints of Sundance #BEB14E

Color information

#BEB14E (or 0xBEB14E) is unknown color: approx Sundance. HEX triplet: BE, B1 and 4E. RGB value is (190,177,78). Sum of RGB (Red+Green+Blue) = 190+177+78=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB14E is #414EB1. Grayscale: #AAAAAA. Windows color (decimal): -4279986 or 5157310. OLE color: 5157310.

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

Color convert

RGB19017778-
CMYK00.070.590.25
HSL53.04º46.28%52.55%-
HSV(B)53.04º58.95%74.51%-
XYZ38.3342.9413.48-
YUV169.676.31142.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 177 (69.53% from 255) = 39.78%
BLUE value IS 78 (30.86% from 255) = 17.53%
R=42.70%
G=39.78%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901777800.070.590.2553.0446.2852.55
HexBEB14E073B19352e35
Octal276261116077331655665
Binary10111110101100011001110011111101111001110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB14E; }

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

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

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

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

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

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

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

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