Html Css Color HEX #B08E6D Mongoose

📋 copy color: '#B08E6D'

red 176 ◦ green 142 ◦ blue 109

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

Shades of Mongoose #B08E6D

Tints of Mongoose #B08E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.26%

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

R = 41.22%
G = 33.26%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B08E6D (or 0xB08E6D) is known color: Mongoose. HEX triplet: B0, 8E and 6D. RGB value is (176,142,109). Sum of RGB (Red+Green+Blue) = 176+142+109=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E6D is #4F7192. Grayscale: #949494. Windows color (decimal): -5206419 or 7179952. OLE color: 7179952.

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

Color convert

RGB 176 142 109 -
CMYK 0 0.19 0.38 0.31
HSL 29.55º 0.3% 0.56% -
HSV(B) 29.55º 0.38% 0.69% -
XYZ 30.34 29.68 18.6 -
YUV 148.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 176 142 109 0 0.19 0.38 0.31 29.55 0.3 0.56
Hex B0 8E 6D 0 13 26 1F 1E 1E 38
Octal 260 216 155 0 23 46 37 36 36 70
Binary 10110000 10001110 1101101 0 10011 100110 11111 11110 11110 111000

Color Harmonies of #B08E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E6D

Black with #B08E6D

Text Example


Text Example

White with #B08E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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