#B99E2A

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

Shades of Sahara #B99E2A

Tints of Sahara #B99E2A

Color information

#B99E2A (or 0xB99E2A) is unknown color: approx Sahara. HEX triplet: B9, 9E and 2A. RGB value is (185,158,42). Sum of RGB (Red+Green+Blue) = 185+158+42=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E2A is #4661D5. Grayscale: #999999. Windows color (decimal): -4612566 or 2793145. OLE color: 2793145.

HSL color Cylindrical-coordinate representation of color #B99E2A: hue angle of 48.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B99E2A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18515842-
CMYK00.150.770.27
HSL48.67º63%44.51%-
HSV(B)48.67º77.3%72.55%-
XYZ32.6534.947.21-
YUV152.8565.45150.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 42 (16.80% from 255) = 10.91%
R=48.05%
G=41.04%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851584200.150.770.2748.676344.51
HexB99E2A0F4D1B313f2d
Octal2712365201711533617755
Binary101110011001111010101001111100110111011110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E2A; }

 p { color: rgb(185,158,42); }

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

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

 a { background-color: rgb(185,158,42); }

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

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

 span { border-color: rgb(185,158,42); }

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