#B7962A

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

Shades of Sahara #B7962A

Tints of Sahara #B7962A

Color information

#B7962A (or 0xB7962A) is unknown color: approx Sahara. HEX triplet: B7, 96 and 2A. RGB value is (183,150,42). Sum of RGB (Red+Green+Blue) = 183+150+42=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7962A is #4869D5. Grayscale: #949494. Windows color (decimal): -4745686 or 2791095. OLE color: 2791095.

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

Color convert

RGB18315042-
CMYK00.180.770.28
HSL45.96º62.67%44.12%-
HSV(B)45.96º77.05%71.76%-
XYZ30.8532.056.75-
YUV147.5668.43153.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=48.8%
G=40%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831504200.180.770.2845.9662.6744.12
HexB7962A0124D1C2e3f2c
Octal2672265202211534567754
Binary1011011110010110101010010010100110111100101110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7962A; }

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

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

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

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

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

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

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

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