#B19C27

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

Shades of Sahara #B19C27

Tints of Sahara #B19C27

Color information

#B19C27 (or 0xB19C27) is unknown color: approx Sahara. HEX triplet: B1, 9C and 27. RGB value is (177,156,39). Sum of RGB (Red+Green+Blue) = 177+156+39=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C27 is #4E63D8. Grayscale: #959595. Windows color (decimal): -5137369 or 2596017. OLE color: 2596017.

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

Color convert

RGB17715639-
CMYK00.120.780.31
HSL50.87º63.89%42.35%-
HSV(B)50.87º77.97%69.41%-
XYZ30.3933.276.74-
YUV148.9465.96148.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 156 (61.33% from 255) = 41.94%
BLUE value IS 39 (15.62% from 255) = 10.48%
R=47.58%
G=41.94%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771563900.120.780.3150.8763.8942.35
HexB19C270C4E1F33402a
Octal26123447014116376310052
Binary1011000110011100100111011001001110111111100111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C27; }

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

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

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

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

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

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

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

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