#BEB14C

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

Shades of Sundance #BEB14C

Tints of Sundance #BEB14C

Color information

#BEB14C (or 0xBEB14C) is unknown color: approx Sundance. HEX triplet: BE, B1 and 4C. RGB value is (190,177,76). Sum of RGB (Red+Green+Blue) = 190+177+76=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB14C is #414EB3. Grayscale: #A9A9A9. Windows color (decimal): -4279988 or 5026238. OLE color: 5026238.

HSL color Cylindrical-coordinate representation of color #BEB14C: hue angle of 53.16º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEB14C is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19017776-
CMYK00.070.600.25
HSL53.16º46.72%52.16%-
HSV(B)53.16º60%74.51%-
XYZ38.2642.9113.1-
YUV169.3775.31142.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 76 (30.08% from 255) = 17.16%
R=42.89%
G=39.95%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901777600.070.600.2553.1646.7252.16
HexBEB14C073C19352f34
Octal276261114077431655764
Binary10111110101100011001100011111110011001110101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB14C; }

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

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

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

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

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

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

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

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