#B99A2D

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

Shades of Sahara #B99A2D

Tints of Sahara #B99A2D

Color information

#B99A2D (or 0xB99A2D) is unknown color: approx Sahara. HEX triplet: B9, 9A and 2D. RGB value is (185,154,45). Sum of RGB (Red+Green+Blue) = 185+154+45=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A2D is #4665D2. Grayscale: #979797. Windows color (decimal): -4613587 or 2988729. OLE color: 2988729.

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

Color convert

RGB18515445-
CMYK00.170.760.27
HSL46.71º60.87%45.1%-
HSV(B)46.71º75.68%72.55%-
XYZ32.0433.617.28-
YUV150.8468.27152.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 154 (60.55% from 255) = 40.10%
BLUE value IS 45 (17.97% from 255) = 11.72%
R=48.18%
G=40.10%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851544500.170.760.2746.7160.8745.1
HexB99A2D0114C1B2f3d2d
Octal2712325502111433577555
Binary1011100110011010101101010001100110011011101111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A2D; }

 p { color: rgb(185,154,45); }

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

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

 a { background-color: rgb(185,154,45); }

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

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

 span { border-color: rgb(185,154,45); }

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