#B7931E

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

Shades of Sahara #B7931E

Tints of Sahara #B7931E

Color information

#B7931E (or 0xB7931E) is unknown color: approx Sahara. HEX triplet: B7, 93 and 1E. RGB value is (183,147,30). Sum of RGB (Red+Green+Blue) = 183+147+30=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7931E is #486CE1. Grayscale: #909090. Windows color (decimal): -4746466 or 2003895. OLE color: 2003895.

HSL color Cylindrical-coordinate representation of color #B7931E: hue angle of 45.88º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7931E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18314730-
CMYK00.200.840.28
HSL45.88º71.83%41.76%-
HSV(B)45.88º83.61%71.76%-
XYZ30.231.035.63-
YUV144.4363.43155.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=50.83%
G=40.83%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831473000.200.840.2845.8871.8341.76
HexB7931E014541C2e482a
Octal26722336024124345611052
Binary1011011110010011111100101001010100111001011101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7931E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7931E; }

 p { color: rgb(183,147,30); }

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

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

 a { background-color: rgb(183,147,30); }

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

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

 span { border-color: rgb(183,147,30); }

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