#B89A28

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

Shades of Sahara #B89A28

Tints of Sahara #B89A28

Color information

#B89A28 (or 0xB89A28) is unknown color: approx Sahara. HEX triplet: B8, 9A and 28. RGB value is (184,154,40). Sum of RGB (Red+Green+Blue) = 184+154+40=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A28 is #4765D7. Grayscale: #969696. Windows color (decimal): -4679128 or 2661048. OLE color: 2661048.

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

Color convert

RGB18415440-
CMYK00.160.780.28
HSL47.5º64.29%43.92%-
HSV(B)47.5º78.26%72.16%-
XYZ31.7133.456.79-
YUV149.9765.94152.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 40 (16.02% from 255) = 10.58%
R=48.68%
G=40.74%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841544000.160.780.2847.564.2943.92
HexB89A280104E1C30402c
Octal27023250020116346010054
Binary10111000100110101010000100001001110111001100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A28; }

 p { color: rgb(184,154,40); }

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

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

 a { background-color: rgb(184,154,40); }

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

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

 span { border-color: rgb(184,154,40); }

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