#B1932E

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

Shades of Sahara #B1932E

Tints of Sahara #B1932E

Color information

#B1932E (or 0xB1932E) is unknown color: approx Sahara. HEX triplet: B1, 93 and 2E. RGB value is (177,147,46). Sum of RGB (Red+Green+Blue) = 177+147+46=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1932E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1932E is #4E6CD1. Grayscale: #909090. Windows color (decimal): -5139666 or 3052465. OLE color: 3052465.

HSL color Cylindrical-coordinate representation of color #B1932E: hue angle of 46.26º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1932E is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17714746-
CMYK00.170.740.31
HSL46.26º58.74%43.73%-
HSV(B)46.26º74.01%69.41%-
XYZ29.0630.416.92-
YUV144.4672.44151.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 46 (18.36% from 255) = 12.43%
R=47.84%
G=39.73%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771474600.170.740.3146.2658.7443.73
HexB1932E0114A1F2e3b2c
Octal2612235602111237567354
Binary1011000110010011101110010001100101011111101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1932E; }

 p { color: rgb(177,147,46); }

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

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

 a { background-color: rgb(177,147,46); }

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

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

 span { border-color: rgb(177,147,46); }

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