#B2942D

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

Shades of Sahara #B2942D

Tints of Sahara #B2942D

Color information

#B2942D (or 0xB2942D) is unknown color: approx Sahara. HEX triplet: B2, 94 and 2D. RGB value is (178,148,45). Sum of RGB (Red+Green+Blue) = 178+148+45=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2942D is #4D6BD2. Grayscale: #919191. Windows color (decimal): -5073875 or 2987186. OLE color: 2987186.

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

Color convert

RGB17814845-
CMYK00.170.750.30
HSL46.47º59.64%43.73%-
HSV(B)46.47º74.72%69.8%-
XYZ29.4230.836.88-
YUV145.2371.44151.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 45 (17.97% from 255) = 12.13%
R=47.98%
G=39.89%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781484500.170.750.3046.4759.6443.73
HexB2942D0114B1E2e3c2c
Octal2622245502111336567454
Binary1011001010010100101101010001100101111110101110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2942D; }

 p { color: rgb(178,148,45); }

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

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

 a { background-color: rgb(178,148,45); }

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

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

 span { border-color: rgb(178,148,45); }

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