Html Css Color HEX #B08D6B Mongoose

📋 copy color: '#B08D6B'

red 176 ◦ green 141 ◦ blue 107

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

Shades of Mongoose #B08D6B

Tints of Mongoose #B08D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.24%

R = 41.51%
G = 33.25%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B08D6B (or 0xB08D6B) is known color: Mongoose. HEX triplet: B0, 8D and 6B. RGB value is (176,141,107). Sum of RGB (Red+Green+Blue) = 176+141+107=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D6B is #4F7294. Grayscale: #939393. Windows color (decimal): -5206677 or 7048624. OLE color: 7048624.

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

Color convert

RGB 176 141 107 -
CMYK 0 0.20 0.39 0.31
HSL 29.57º 0.3% 0.55% -
HSV(B) 29.57º 0.39% 0.69% -
XYZ 30.08 29.34 17.99 -
YUV 147.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 176 141 107 0 0.20 0.39 0.31 29.57 0.3 0.55
Hex B0 8D 6B 0 14 27 1F 1E 1E 37
Octal 260 215 153 0 24 47 37 36 36 67
Binary 10110000 10001101 1101011 0 10100 100111 11111 11110 11110 110111

Color Harmonies of #B08D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D6B

Black with #B08D6B

Text Example


Text Example

White with #B08D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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