#BEB44C

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

Shades of Sundance #BEB44C

Tints of Sundance #BEB44C

Color information

#BEB44C (or 0xBEB44C) is unknown color: approx Sundance. HEX triplet: BE, B4 and 4C. RGB value is (190,180,76). Sum of RGB (Red+Green+Blue) = 190+180+76=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB44C is #414BB3. Grayscale: #ABABAB. Windows color (decimal): -4279220 or 5027006. OLE color: 5027006.

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

Color convert

RGB19018076-
CMYK00.050.600.25
HSL54.74º46.72%52.16%-
HSV(B)54.74º60%74.51%-
XYZ38.8644.1113.3-
YUV171.1374.31141.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 76 (30.08% from 255) = 17.04%
R=42.60%
G=40.36%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901807600.050.600.2554.7446.7252.16
HexBEB44C053C19372f34
Octal276264114057431675764
Binary10111110101101001001100010111110011001110111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB44C; }

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

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

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

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

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

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

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

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