#B2961F

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

Shades of Sahara #B2961F

Tints of Sahara #B2961F

Color information

#B2961F (or 0xB2961F) is unknown color: approx Sahara. HEX triplet: B2, 96 and 1F. RGB value is (178,150,31). Sum of RGB (Red+Green+Blue) = 178+150+31=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2961F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2961F is #4D69E0. Grayscale: #919191. Windows color (decimal): -5073377 or 2070194. OLE color: 2070194.

HSL color Cylindrical-coordinate representation of color #B2961F: hue angle of 48.57º degrees, saturation: 0.7, 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 #B2961F is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17815031-
CMYK00.160.830.30
HSL48.57º70.33%40.98%-
HSV(B)48.57º82.58%69.8%-
XYZ29.5131.385.8-
YUV144.8163.78151.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 31 (12.5% from 255) = 8.64%
R=49.58%
G=41.78%
B=8.64%

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
Decimal1781503100.160.830.3048.5770.3340.98
HexB2961F010531E314629
Octal26222637020123366110651
Binary1011001010010110111110100001010011111101100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2961F; }

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

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

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

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

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

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

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

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