#B7961F

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

Shades of Sahara #B7961F

Tints of Sahara #B7961F

Color information

#B7961F (or 0xB7961F) is unknown color: approx Sahara. HEX triplet: B7, 96 and 1F. RGB value is (183,150,31). Sum of RGB (Red+Green+Blue) = 183+150+31=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7961F is #4869E0. Grayscale: #929292. Windows color (decimal): -4745697 or 2070199. OLE color: 2070199.

HSL color Cylindrical-coordinate representation of color #B7961F: hue angle of 46.97º 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 #B7961F is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB18315031-
CMYK00.180.830.28
HSL46.97º71.03%41.96%-
HSV(B)46.97º83.06%71.76%-
XYZ30.6831.985.85-
YUV146.362.93154.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.27%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 31 (12.5% from 255) = 8.52%
R=50.27%
G=41.21%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831503100.180.830.2846.9771.0341.96
HexB7961F012531C2f472a
Octal26722637022123345710752
Binary1011011110010110111110100101010011111001011111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7961F; }

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

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

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

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

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

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

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

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