#B28A6F

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

Shades of Mongoose #B28A6F

Tints of Mongoose #B28A6F

Color information

#B28A6F (or 0xB28A6F) is unknown color: approx Mongoose. HEX triplet: B2, 8A and 6F. RGB value is (178,138,111). Sum of RGB (Red+Green+Blue) = 178+138+111=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A6F is #4D7590. Grayscale: #939393. Windows color (decimal): -5076369 or 7310002. OLE color: 7310002.

HSL color Cylindrical-coordinate representation of color #B28A6F: hue angle of 24.18º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28A6F is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178138111-
CMYK00.220.380.30
HSL24.18º30.32%56.67%-
HSV(B)24.18º37.64%69.8%-
XYZ30.3228.7919-
YUV146.88107.75150.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=41.69%
G=32.32%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813811100.220.380.3024.1830.3256.67
HexB28A6F016261E181e39
Octal2622121570264636303671
Binary10110010100010101101111010110100110111101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A6F; }

 p { color: rgb(178,138,111); }

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

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

 a { background-color: rgb(178,138,111); }

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

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

 span { border-color: rgb(178,138,111); }

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