#BEB54A

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

Shades of Sundance #BEB54A

Tints of Sundance #BEB54A

Color information

#BEB54A (or 0xBEB54A) is unknown color: approx Sundance. HEX triplet: BE, B5 and 4A. RGB value is (190,181,74). Sum of RGB (Red+Green+Blue) = 190+181+74=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB54A is #414AB5. Grayscale: #ABABAB. Windows color (decimal): -4278966 or 4896190. OLE color: 4896190.

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

Color convert

RGB19018174-
CMYK00.050.610.25
HSL55.34º47.15%51.76%-
HSV(B)55.34º61.05%74.51%-
XYZ3944.4913.01-
YUV171.4972.98141.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 181 (71.09% from 255) = 40.67%
BLUE value IS 74 (29.30% from 255) = 16.63%
R=42.70%
G=40.67%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901817400.050.610.2555.3447.1551.76
HexBEB54A053D19372f34
Octal276265112057531675764
Binary10111110101101011001010010111110111001110111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB54A; }

 p { color: rgb(190,181,74); }

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

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

 a { background-color: rgb(190,181,74); }

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

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

 span { border-color: rgb(190,181,74); }

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