#B2932B

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

Shades of Sahara #B2932B

Tints of Sahara #B2932B

Color information

#B2932B (or 0xB2932B) is unknown color: approx Sahara. HEX triplet: B2, 93 and 2B. RGB value is (178,147,43). Sum of RGB (Red+Green+Blue) = 178+147+43=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2932B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2932B is #4D6CD4. Grayscale: #909090. Windows color (decimal): -5074133 or 2855858. OLE color: 2855858.

HSL color Cylindrical-coordinate representation of color #B2932B: hue angle of 46.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2932B is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB17814743-
CMYK00.170.760.30
HSL46.22º61.09%43.33%-
HSV(B)46.22º75.84%69.8%-
XYZ29.2330.516.63-
YUV144.4170.77151.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=48.37%
G=39.95%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781474300.170.760.3046.2261.0943.33
HexB2932B0114C1E2e3d2b
Octal2622235302111436567553
Binary1011001010010011101011010001100110011110101110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2932B; }

 p { color: rgb(178,147,43); }

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

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

 a { background-color: rgb(178,147,43); }

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

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

 span { border-color: rgb(178,147,43); }

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