#B8962B

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

Shades of Sahara #B8962B

Tints of Sahara #B8962B

Color information

#B8962B (or 0xB8962B) is unknown color: approx Sahara. HEX triplet: B8, 96 and 2B. RGB value is (184,150,43). Sum of RGB (Red+Green+Blue) = 184+150+43=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8962B is #4769D4. Grayscale: #949494. Windows color (decimal): -4680149 or 2856632. OLE color: 2856632.

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

Color convert

RGB18415043-
CMYK00.180.770.28
HSL45.53º62.11%44.51%-
HSV(B)45.53º76.63%72.16%-
XYZ31.1132.186.86-
YUV147.9768.76153.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 43 (17.19% from 255) = 11.41%
R=48.81%
G=39.79%
B=11.41%

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
Decimal1841504300.180.770.2845.5362.1144.51
HexB8962B0124D1C2e3e2d
Octal2702265302211534567655
Binary1011100010010110101011010010100110111100101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8962B; }

 p { color: rgb(184,150,43); }

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

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

 a { background-color: rgb(184,150,43); }

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

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

 span { border-color: rgb(184,150,43); }

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