Html Css Color HEX #B08F71 Mongoose

📋 copy color: '#B08F71'

red 176 ◦ green 143 ◦ blue 113

#B08F71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mongoose #B08F71

Tints of Mongoose #B08F71

RGB

 RED value IS 176 (69.14% from 255) = 40.74%

 GREEN value IS 143 (56.25% from 255) = 33.1%

 BLUE value IS 113 (44.53% from 255) = 26.16%

R = 40.74%
G = 33.1%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B08F71 (or 0xB08F71) is known color: Mongoose. HEX triplet: B0, 8F and 71. RGB value is (176,143,113). Sum of RGB (Red+Green+Blue) = 176+143+113=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F71 is #4F708E. Grayscale: #959595. Windows color (decimal): -5206159 or 7442352. OLE color: 7442352.

HSL color Cylindrical-coordinate representation of color #B08F71: hue angle of 28.57º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08F71 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 143 113 -
CMYK 0 0.19 0.36 0.31
HSL 28.57º 0.29% 0.57% -
HSV(B) 28.57º 0.36% 0.69% -
XYZ 30.71 30.07 19.81 -
YUV 149.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 176 143 113 0 0.19 0.36 0.31 28.57 0.29 0.57
Hex B0 8F 71 0 13 24 1F 1D 1D 39
Octal 260 217 161 0 23 44 37 35 35 71
Binary 10110000 10001111 1110001 0 10011 100100 11111 11101 11101 111001

Color Harmonies of #B08F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F71

Black with #B08F71

Text Example


Text Example

White with #B08F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F71; }

 p { color: rgb(176,143,113); }

 H1.HeaderClassName
 {
   color: #B08F71;
 }
 .AnyTagClassName
 {
   color: #B08F71;
 }
</style>

background-color css

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

 a { background-color: rgb(176,143,113); }

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

border-color css

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

 span { border-color: rgb(176,143,113); }

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