#B7981F

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

Shades of Sahara #B7981F

Tints of Sahara #B7981F

Color information

#B7981F (or 0xB7981F) is unknown color: approx Sahara. HEX triplet: B7, 98 and 1F. RGB value is (183,152,31). Sum of RGB (Red+Green+Blue) = 183+152+31=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B7981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7981F is #4867E0. Grayscale: #939393. Windows color (decimal): -4745185 or 2070711. OLE color: 2070711.

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

Color convert

RGB18315231-
CMYK00.170.830.28
HSL47.76º71.03%41.96%-
HSV(B)47.76º83.06%71.76%-
XYZ3132.625.96-
YUV147.4762.27153.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 31 (12.5% from 255) = 8.47%
R=50%
G=41.53%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831523100.170.830.2847.7671.0341.96
HexB7981F011531C30472a
Octal26723037021123346010752
Binary1011011110011000111110100011010011111001100001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7981F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7981F; }

 p { color: rgb(183,152,31); }

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

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

 a { background-color: rgb(183,152,31); }

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

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

 span { border-color: rgb(183,152,31); }

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