#B99C28

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

Shades of Sahara #B99C28

Tints of Sahara #B99C28

Color information

#B99C28 (or 0xB99C28) is unknown color: approx Sahara. HEX triplet: B9, 9C and 28. RGB value is (185,156,40). Sum of RGB (Red+Green+Blue) = 185+156+40=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C28 is #4663D7. Grayscale: #979797. Windows color (decimal): -4613080 or 2661561. OLE color: 2661561.

HSL color Cylindrical-coordinate representation of color #B99C28: hue angle of 48º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B99C28 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18515640-
CMYK00.160.780.27
HSL48º64.44%44.12%-
HSV(B)48º78.38%72.55%-
XYZ32.2834.246.92-
YUV151.4565.11151.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 40 (16.02% from 255) = 10.50%
R=48.56%
G=40.94%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851564000.160.780.274864.4444.12
HexB99C280104E1B30402c
Octal27123450020116336010054
Binary10111001100111001010000100001001110110111100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C28; }

 p { color: rgb(185,156,40); }

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

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

 a { background-color: rgb(185,156,40); }

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

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

 span { border-color: rgb(185,156,40); }

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