Html Css Color HEX #B08A6D Mongoose

📋 copy color: '#B08A6D'

red 176 ◦ green 138 ◦ blue 109

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

Shades of Mongoose #B08A6D

Tints of Mongoose #B08A6D

RGB

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

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

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

R = 41.61%
G = 32.62%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B08A6D (or 0xB08A6D) is known color: Mongoose. HEX triplet: B0, 8A and 6D. RGB value is (176,138,109). Sum of RGB (Red+Green+Blue) = 176+138+109=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A6D is #4F7592. Grayscale: #929292. Windows color (decimal): -5207443 or 7178928. OLE color: 7178928.

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

Color convert

RGB 176 138 109 -
CMYK 0 0.22 0.38 0.31
HSL 25.97º 0.3% 0.56% -
HSV(B) 25.97º 0.38% 0.69% -
XYZ 29.75 28.51 18.4 -
YUV 146.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 176 138 109 0 0.22 0.38 0.31 25.97 0.3 0.56
Hex B0 8A 6D 0 16 26 1F 1A 1E 38
Octal 260 212 155 0 26 46 37 32 36 70
Binary 10110000 10001010 1101101 0 10110 100110 11111 11010 11110 111000

Color Harmonies of #B08A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A6D

Black with #B08A6D

Text Example


Text Example

White with #B08A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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