#BEB148

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

Shades of Sundance #BEB148

Tints of Sundance #BEB148

Color information

#BEB148 (or 0xBEB148) is unknown color: approx Sundance. HEX triplet: BE, B1 and 48. RGB value is (190,177,72). Sum of RGB (Red+Green+Blue) = 190+177+72=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB148 is #414EB7. Grayscale: #A9A9A9. Windows color (decimal): -4279992 or 4764094. OLE color: 4764094.

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

Color convert

RGB19017772-
CMYK00.070.620.25
HSL53.39º47.58%51.37%-
HSV(B)53.39º62.11%74.51%-
XYZ38.1342.8612.39-
YUV168.9273.31143.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 177 (69.53% from 255) = 40.32%
BLUE value IS 72 (28.52% from 255) = 16.40%
R=43.28%
G=40.32%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901777200.070.620.2553.3947.5851.37
HexBEB148073E19353033
Octal276261110077631656063
Binary10111110101100011001000011111111011001110101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB148; }

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

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

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

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

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

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

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

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