Html Css Color HEX #B08D6D Mongoose

📋 copy color: '#B08D6D'

red 176 ◦ green 141 ◦ blue 109

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

Shades of Mongoose #B08D6D

Tints of Mongoose #B08D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.1%

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 41.31%
G = 33.1%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B08D6D (or 0xB08D6D) is known color: Mongoose. HEX triplet: B0, 8D and 6D. RGB value is (176,141,109). Sum of RGB (Red+Green+Blue) = 176+141+109=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D6D is #4F7292. Grayscale: #939393. Windows color (decimal): -5206675 or 7179696. OLE color: 7179696.

HSL color Cylindrical-coordinate representation of color #B08D6D: hue angle of 28.66º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B08D6D is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 141 109 -
CMYK 0 0.20 0.38 0.31
HSL 28.66º 0.3% 0.56% -
HSV(B) 28.66º 0.38% 0.69% -
XYZ 30.19 29.38 18.55 -
YUV 147.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 176 141 109 0 0.20 0.38 0.31 28.66 0.3 0.56
Hex B0 8D 6D 0 14 26 1F 1D 1E 38
Octal 260 215 155 0 24 46 37 35 36 70
Binary 10110000 10001101 1101101 0 10100 100110 11111 11101 11110 111000

Color Harmonies of #B08D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D6D

Black with #B08D6D

Text Example


Text Example

White with #B08D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D6D; }

 p { color: rgb(176,141,109); }

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

background-color css

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

 a { background-color: rgb(176,141,109); }

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

border-color css

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

 span { border-color: rgb(176,141,109); }

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