Html Css Color HEX #B08A71 Mongoose

📋 copy color: '#B08A71'

red 176 ◦ green 138 ◦ blue 113

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

Shades of Mongoose #B08A71

Tints of Mongoose #B08A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

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

R = 41.22%
G = 32.32%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B08A71 (or 0xB08A71) is known color: Mongoose. HEX triplet: B0, 8A and 71. RGB value is (176,138,113). Sum of RGB (Red+Green+Blue) = 176+138+113=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A71 is #4F758E. Grayscale: #929292. Windows color (decimal): -5207439 or 7441072. OLE color: 7441072.

HSL color Cylindrical-coordinate representation of color #B08A71: hue angle of 23.81º 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 #B08A71 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 138 113 -
CMYK 0 0.22 0.36 0.31
HSL 23.81º 0.29% 0.57% -
HSV(B) 23.81º 0.36% 0.69% -
XYZ 29.97 28.6 19.56 -
YUV 146.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 176 138 113 0 0.22 0.36 0.31 23.81 0.29 0.57
Hex B0 8A 71 0 16 24 1F 18 1D 39
Octal 260 212 161 0 26 44 37 30 35 71
Binary 10110000 10001010 1110001 0 10110 100100 11111 11000 11101 111001

Color Harmonies of #B08A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A71

Black with #B08A71

Text Example


Text Example

White with #B08A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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