#B89E26

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

Shades of Sahara #B89E26

Tints of Sahara #B89E26

Color information

#B89E26 (or 0xB89E26) is unknown color: approx Sahara. HEX triplet: B8, 9E and 26. RGB value is (184,158,38). Sum of RGB (Red+Green+Blue) = 184+158+38=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89E26 is #4761D9. Grayscale: #989898. Windows color (decimal): -4678106 or 2531000. OLE color: 2531000.

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

Color convert

RGB18415838-
CMYK00.140.790.28
HSL49.32º65.77%43.53%-
HSV(B)49.32º79.35%72.16%-
XYZ32.3434.786.84-
YUV152.0963.61150.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 38 (15.23% from 255) = 10%
R=48.42%
G=41.58%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841583800.140.790.2849.3265.7743.53
HexB89E260E4F1C31422c
Octal27023646016117346110254
Binary1011100010011110100110011101001111111001100011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E26; }

 p { color: rgb(184,158,38); }

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

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

 a { background-color: rgb(184,158,38); }

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

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

 span { border-color: rgb(184,158,38); }

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