#BEB14A

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

Shades of Sundance #BEB14A

Tints of Sundance #BEB14A

Color information

#BEB14A (or 0xBEB14A) is unknown color: approx Sundance. HEX triplet: BE, B1 and 4A. RGB value is (190,177,74). Sum of RGB (Red+Green+Blue) = 190+177+74=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB14A is #414EB5. Grayscale: #A9A9A9. Windows color (decimal): -4279990 or 4895166. OLE color: 4895166.

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

Color convert

RGB19017774-
CMYK00.070.610.25
HSL53.28º47.15%51.76%-
HSV(B)53.28º61.05%74.51%-
XYZ38.1942.8912.74-
YUV169.1474.31142.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 74 (29.30% from 255) = 16.78%
R=43.08%
G=40.14%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901777400.070.610.2553.2847.1551.76
HexBEB14A073D19352f34
Octal276261112077531655764
Binary10111110101100011001010011111110111001110101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB14A; }

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

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

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

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

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

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

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

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