#B89B28

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

Shades of Sahara #B89B28

Tints of Sahara #B89B28

Color information

#B89B28 (or 0xB89B28) is unknown color: approx Sahara. HEX triplet: B8, 9B and 28. RGB value is (184,155,40). Sum of RGB (Red+Green+Blue) = 184+155+40=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89B28 is #4764D7. Grayscale: #979797. Windows color (decimal): -4678872 or 2661304. OLE color: 2661304.

HSL color Cylindrical-coordinate representation of color #B89B28: hue angle of 47.92º 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 #B89B28 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB18415540-
CMYK00.160.780.28
HSL47.92º64.29%43.92%-
HSV(B)47.92º78.26%72.16%-
XYZ31.8733.796.85-
YUV150.5665.61151.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 40 (16.02% from 255) = 10.55%
R=48.55%
G=40.90%
B=10.55%

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
Decimal1841554000.160.780.2847.9264.2943.92
HexB89B280104E1C30402c
Octal27023350020116346010054
Binary10111000100110111010000100001001110111001100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B28; }

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

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

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

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

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

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

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

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