#B19527

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

Shades of Sahara #B19527

Tints of Sahara #B19527

Color information

#B19527 (or 0xB19527) is unknown color: approx Sahara. HEX triplet: B1, 95 and 27. RGB value is (177,149,39). Sum of RGB (Red+Green+Blue) = 177+149+39=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B19527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19527 is #4E6AD8. Grayscale: #919191. Windows color (decimal): -5139161 or 2594225. OLE color: 2594225.

HSL color Cylindrical-coordinate representation of color #B19527: hue angle of 47.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B19527 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17714939-
CMYK00.160.780.31
HSL47.83º63.89%42.35%-
HSV(B)47.83º77.97%69.41%-
XYZ29.2530.996.36-
YUV144.8368.28150.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 39 (15.62% from 255) = 10.68%
R=48.49%
G=40.82%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771493900.160.780.3147.8363.8942.35
HexB195270104E1F30402a
Octal26122547020116376010052
Binary10110001100101011001110100001001110111111100001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19527; }

 p { color: rgb(177,149,39); }

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

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

 a { background-color: rgb(177,149,39); }

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

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

 span { border-color: rgb(177,149,39); }

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