#B5972E

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

Shades of Sahara #B5972E

Tints of Sahara #B5972E

Color information

#B5972E (or 0xB5972E) is unknown color: approx Sahara. HEX triplet: B5, 97 and 2E. RGB value is (181,151,46). Sum of RGB (Red+Green+Blue) = 181+151+46=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5972E is #4A68D1. Grayscale: #949494. Windows color (decimal): -4876498 or 3053493. OLE color: 3053493.

HSL color Cylindrical-coordinate representation of color #B5972E: hue angle of 46.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5972E is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18115146-
CMYK00.170.750.29
HSL46.67º59.47%44.51%-
HSV(B)46.67º74.59%70.98%-
XYZ30.6232.157.18-
YUV14870.44151.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 46 (18.36% from 255) = 12.17%
R=47.88%
G=39.95%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811514600.170.750.2946.6759.4744.51
HexB5972E0114B1D2f3b2d
Octal2652275602111335577355
Binary1011010110010111101110010001100101111101101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5972E; }

 p { color: rgb(181,151,46); }

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

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

 a { background-color: rgb(181,151,46); }

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

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

 span { border-color: rgb(181,151,46); }

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