Html Css Color HEX #B08D69 Mongoose

📋 copy color: '#B08D69'

red 176 ◦ green 141 ◦ blue 105

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

Shades of Mongoose #B08D69

Tints of Mongoose #B08D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 41.71%
G = 33.41%
B = 24.88%

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

#B08D69 (or 0xB08D69) is known color: Mongoose. HEX triplet: B0, 8D and 69. RGB value is (176,141,105). Sum of RGB (Red+Green+Blue) = 176+141+105=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D69 is #4F7296. Grayscale: #939393. Windows color (decimal): -5206679 or 6917552. OLE color: 6917552.

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

Color convert

RGB 176 141 105 -
CMYK 0 0.20 0.40 0.31
HSL 30.42º 0.31% 0.55% -
HSV(B) 30.42º 0.4% 0.69% -
XYZ 29.98 29.3 17.44 -
YUV 147.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 176 141 105 0 0.20 0.40 0.31 30.42 0.31 0.55
Hex B0 8D 69 0 14 28 1F 1E 1F 37
Octal 260 215 151 0 24 50 37 36 37 67
Binary 10110000 10001101 1101001 0 10100 101000 11111 11110 11111 110111

Color Harmonies of #B08D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D69

Black with #B08D69

Text Example


Text Example

White with #B08D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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