#B8921F

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

Shades of Sahara #B8921F

Tints of Sahara #B8921F

Color information

#B8921F (or 0xB8921F) is unknown color: approx Sahara. HEX triplet: B8, 92 and 1F. RGB value is (184,146,31). Sum of RGB (Red+Green+Blue) = 184+146+31=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8921F is #476DE0. Grayscale: #909090. Windows color (decimal): -4681185 or 2069176. OLE color: 2069176.

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

Color convert

RGB18414631-
CMYK00.210.830.28
HSL45.1º71.16%42.16%-
HSV(B)45.1º83.15%72.16%-
XYZ30.2930.855.65-
YUV144.2564.09156.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 31 (12.5% from 255) = 8.59%
R=50.97%
G=40.44%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841463100.210.830.2845.171.1642.16
HexB8921F015531C2d472a
Octal27022237025123345510752
Binary1011100010010010111110101011010011111001011011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8921F; }

 p { color: rgb(184,146,31); }

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

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

 a { background-color: rgb(184,146,31); }

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

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

 span { border-color: rgb(184,146,31); }

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