Html Css Color HEX #B08C6D Mongoose

📋 copy color: '#B08C6D'

red 176 ◦ green 140 ◦ blue 109

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

Shades of Mongoose #B08C6D

Tints of Mongoose #B08C6D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

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

R = 41.41%
G = 32.94%
B = 25.65%

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

#B08C6D (or 0xB08C6D) is known color: Mongoose. HEX triplet: B0, 8C and 6D. RGB value is (176,140,109). Sum of RGB (Red+Green+Blue) = 176+140+109=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C6D is #4F7392. Grayscale: #939393. Windows color (decimal): -5206931 or 7179440. OLE color: 7179440.

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

Color convert

RGB 176 140 109 -
CMYK 0 0.20 0.38 0.31
HSL 27.76º 0.3% 0.56% -
HSV(B) 27.76º 0.38% 0.69% -
XYZ 30.04 29.09 18.5 -
YUV 147.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 176 140 109 0 0.20 0.38 0.31 27.76 0.3 0.56
Hex B0 8C 6D 0 14 26 1F 1C 1E 38
Octal 260 214 155 0 24 46 37 34 36 70
Binary 10110000 10001100 1101101 0 10100 100110 11111 11100 11110 111000

Color Harmonies of #B08C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C6D

Black with #B08C6D

Text Example


Text Example

White with #B08C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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