Html Css Color HEX #B08D6A Mongoose

📋 copy color: '#B08D6A'

red 176 ◦ green 141 ◦ blue 106

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

Shades of Mongoose #B08D6A

Tints of Mongoose #B08D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 41.61%
G = 33.33%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B08D6A (or 0xB08D6A) is known color: Mongoose. HEX triplet: B0, 8D and 6A. RGB value is (176,141,106). Sum of RGB (Red+Green+Blue) = 176+141+106=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D6A is #4F7295. Grayscale: #939393. Windows color (decimal): -5206678 or 6983088. OLE color: 6983088.

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

Color convert

RGB 176 141 106 -
CMYK 0 0.20 0.40 0.31
HSL 30º 0.31% 0.55% -
HSV(B) 30º 0.4% 0.69% -
XYZ 30.03 29.32 17.71 -
YUV 147.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 176 141 106 0 0.20 0.40 0.31 30 0.31 0.55
Hex B0 8D 6A 0 14 28 1F 1E 1F 37
Octal 260 215 152 0 24 50 37 36 37 67
Binary 10110000 10001101 1101010 0 10100 101000 11111 11110 11111 110111

Color Harmonies of #B08D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D6A

Black with #B08D6A

Text Example


Text Example

White with #B08D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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