#B78A6C

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

Shades of Mongoose #B78A6C

Tints of Mongoose #B78A6C

Color information

#B78A6C (or 0xB78A6C) is unknown color: approx Mongoose. HEX triplet: B7, 8A and 6C. RGB value is (183,138,108). Sum of RGB (Red+Green+Blue) = 183+138+108=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A6C is #487593. Grayscale: #949494. Windows color (decimal): -4748692 or 7113399. OLE color: 7113399.

HSL color Cylindrical-coordinate representation of color #B78A6C: hue angle of 24º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B78A6C is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB183138108-
CMYK00.250.410.28
HSL24º34.25%57.06%-
HSV(B)24º40.98%71.76%-
XYZ31.3229.3318.2-
YUV148.04105.41152.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=42.66%
G=32.17%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313810800.250.410.282434.2557.06
HexB78A6C019291C182239
Octal2672121540315134304271
Binary101101111000101011011000110011010011110011000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A6C; }

 p { color: rgb(183,138,108); }

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

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

 a { background-color: rgb(183,138,108); }

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

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

 span { border-color: rgb(183,138,108); }

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