#B5952F

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

Shades of Sahara #B5952F

Tints of Sahara #B5952F

Color information

#B5952F (or 0xB5952F) is unknown color: approx Sahara. HEX triplet: B5, 95 and 2F. RGB value is (181,149,47). Sum of RGB (Red+Green+Blue) = 181+149+47=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5952F is #4A6AD0. Grayscale: #939393. Windows color (decimal): -4877009 or 3118517. OLE color: 3118517.

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

Color convert

RGB18114947-
CMYK00.180.740.29
HSL45.67º58.77%44.71%-
HSV(B)45.67º74.03%70.98%-
XYZ30.3231.527.18-
YUV146.9471.6152.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 47 (18.75% from 255) = 12.47%
R=48.01%
G=39.52%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811494700.180.740.2945.6758.7744.71
HexB5952F0124A1D2e3b2d
Octal2652255702211235567355
Binary1011010110010101101111010010100101011101101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5952F; }

 p { color: rgb(181,149,47); }

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

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

 a { background-color: rgb(181,149,47); }

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

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

 span { border-color: rgb(181,149,47); }

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