#B7962C

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

Shades of Sahara #B7962C

Tints of Sahara #B7962C

Color information

#B7962C (or 0xB7962C) is unknown color: approx Sahara. HEX triplet: B7, 96 and 2C. RGB value is (183,150,44). Sum of RGB (Red+Green+Blue) = 183+150+44=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7962C is #4869D3. Grayscale: #949494. Windows color (decimal): -4745684 or 2922167. OLE color: 2922167.

HSL color Cylindrical-coordinate representation of color #B7962C: hue angle of 45.76º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7962C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB18315044-
CMYK00.180.760.28
HSL45.76º61.23%44.51%-
HSV(B)45.76º75.96%71.76%-
XYZ30.8932.066.94-
YUV147.7869.43153.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 44 (17.58% from 255) = 11.67%
R=48.54%
G=39.79%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831504400.180.760.2845.7661.2344.51
HexB7962C0124C1C2e3d2d
Octal2672265402211434567555
Binary1011011110010110101100010010100110011100101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7962C; }

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

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

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

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

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

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

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

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