#B8901D

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

Shades of Sahara #B8901D

Tints of Sahara #B8901D

Color information

#B8901D (or 0xB8901D) is unknown color: approx Sahara. HEX triplet: B8, 90 and 1D. RGB value is (184,144,29). Sum of RGB (Red+Green+Blue) = 184+144+29=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8901D is #476FE2. Grayscale: #8F8F8F. Windows color (decimal): -4681699 or 1937592. OLE color: 1937592.

HSL color Cylindrical-coordinate representation of color #B8901D: hue angle of 44.52º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8901D is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18414429-
CMYK00.220.840.28
HSL44.52º72.77%41.76%-
HSV(B)44.52º84.24%72.16%-
XYZ29.9630.235.42-
YUV142.8563.75157.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.54%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 29 (11.72% from 255) = 8.12%
R=51.54%
G=40.34%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841442900.220.840.2844.5272.7741.76
HexB8901D016541C2d492a
Octal27022035026124345511152
Binary1011100010010000111010101101010100111001011011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8901D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8901D; }

 p { color: rgb(184,144,29); }

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

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

 a { background-color: rgb(184,144,29); }

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

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

 span { border-color: rgb(184,144,29); }

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