#B2961E

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

Shades of Sahara #B2961E

Tints of Sahara #B2961E

Color information

#B2961E (or 0xB2961E) is unknown color: approx Sahara. HEX triplet: B2, 96 and 1E. RGB value is (178,150,30). Sum of RGB (Red+Green+Blue) = 178+150+30=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2961E is #4D69E1. Grayscale: #919191. Windows color (decimal): -5073378 or 2004658. OLE color: 2004658.

HSL color Cylindrical-coordinate representation of color #B2961E: hue angle of 48.65º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2961E is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17815030-
CMYK00.160.830.30
HSL48.65º71.15%40.78%-
HSV(B)48.65º83.15%69.8%-
XYZ29.531.375.73-
YUV144.6963.28151.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 30 (12.11% from 255) = 8.38%
R=49.72%
G=41.90%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781503000.160.830.3048.6571.1540.78
HexB2961E010531E314729
Octal26222636020123366110751
Binary1011001010010110111100100001010011111101100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2961E; }

 p { color: rgb(178,150,30); }

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

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

 a { background-color: rgb(178,150,30); }

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

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

 span { border-color: rgb(178,150,30); }

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