#B1941E

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

Shades of Sahara #B1941E

Tints of Sahara #B1941E

Color information

#B1941E (or 0xB1941E) is unknown color: approx Sahara. HEX triplet: B1, 94 and 1E. RGB value is (177,148,30). Sum of RGB (Red+Green+Blue) = 177+148+30=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1941E is #4E6BE1. Grayscale: #8F8F8F. Windows color (decimal): -5139426 or 2004145. OLE color: 2004145.

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

Color convert

RGB17714830-
CMYK00.160.830.31
HSL48.16º71.01%40.59%-
HSV(B)48.16º83.05%69.41%-
XYZ28.9630.625.61-
YUV143.2264.11152.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=49.86%
G=41.69%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771483000.160.830.3148.1671.0140.59
HexB1941E010531F304729
Octal26122436020123376010751
Binary1011000110010100111100100001010011111111100001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1941E; }

 p { color: rgb(177,148,30); }

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

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

 a { background-color: rgb(177,148,30); }

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

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

 span { border-color: rgb(177,148,30); }

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