#B7951F

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

Shades of Sahara #B7951F

Tints of Sahara #B7951F

Color information

#B7951F (or 0xB7951F) is unknown color: approx Sahara. HEX triplet: B7, 95 and 1F. RGB value is (183,149,31). Sum of RGB (Red+Green+Blue) = 183+149+31=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7951F is #486AE0. Grayscale: #929292. Windows color (decimal): -4745953 or 2069943. OLE color: 2069943.

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

Color convert

RGB18314931-
CMYK00.190.830.28
HSL46.58º71.03%41.96%-
HSV(B)46.58º83.06%71.76%-
XYZ30.5231.665.8-
YUV145.7163.26154.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=50.41%
G=41.05%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831493100.190.830.2846.5871.0341.96
HexB7951F013531C2f472a
Octal26722537023123345710752
Binary1011011110010101111110100111010011111001011111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7951F; }

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

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

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

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

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

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

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

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