#BEA332

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

Shades of Sahara #BEA332

Tints of Sahara #BEA332

Color information

#BEA332 (or 0xBEA332) is unknown color: approx Sahara. HEX triplet: BE, A3 and 32. RGB value is (190,163,50). Sum of RGB (Red+Green+Blue) = 190+163+50=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA332 is #415CCD. Grayscale: #9E9E9E. Windows color (decimal): -4283598 or 3318718. OLE color: 3318718.

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

Color convert

RGB19016350-
CMYK00.140.740.25
HSL48.43º58.33%47.06%-
HSV(B)48.43º73.68%74.51%-
XYZ34.9137.378.39-
YUV158.1966.95150.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 50 (19.92% from 255) = 12.41%
R=47.15%
G=40.45%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901635000.140.740.2548.4358.3347.06
HexBEA3320E4A19303a2f
Octal2762436201611231607257
Binary101111101010001111001001110100101011001110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA332; }

 p { color: rgb(190,163,50); }

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

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

 a { background-color: rgb(190,163,50); }

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

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

 span { border-color: rgb(190,163,50); }

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