#B89221

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

Shades of Sahara #B89221

Tints of Sahara #B89221

Color information

#B89221 (or 0xB89221) is unknown color: approx Sahara. HEX triplet: B8, 92 and 21. RGB value is (184,146,33). Sum of RGB (Red+Green+Blue) = 184+146+33=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B89221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89221 is #476DDE. Grayscale: #909090. Windows color (decimal): -4681183 or 2200248. OLE color: 2200248.

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

Color convert

RGB18414633-
CMYK00.210.820.28
HSL44.9º69.59%42.55%-
HSV(B)44.9º82.07%72.16%-
XYZ30.3230.865.8-
YUV144.4865.09156.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 33 (13.28% from 255) = 9.09%
R=50.69%
G=40.22%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841463300.210.820.2844.969.5942.55
HexB89221015521C2d462b
Octal27022241025122345510653
Binary10111000100100101000010101011010010111001011011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89221; }

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

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

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

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

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

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

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

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