#B89A30

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

Shades of Sahara #B89A30

Tints of Sahara #B89A30

Color information

#B89A30 (or 0xB89A30) is unknown color: approx Sahara. HEX triplet: B8, 9A and 30. RGB value is (184,154,48). Sum of RGB (Red+Green+Blue) = 184+154+48=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A30 is #4765CF. Grayscale: #979797. Windows color (decimal): -4679120 or 3185336. OLE color: 3185336.

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

Color convert

RGB18415448-
CMYK00.160.740.28
HSL46.76º58.62%45.49%-
HSV(B)46.76º73.91%72.16%-
XYZ31.8633.517.59-
YUV150.8969.94151.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=47.67%
G=39.90%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841544800.160.740.2846.7658.6245.49
HexB89A300104A1C2f3b2d
Octal2702326002011234577355
Binary1011100010011010110000010000100101011100101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A30; }

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

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

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

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

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

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

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

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