Html Css Color HEX #B08B69 Mongoose

📋 copy color: '#B08B69'

red 176 ◦ green 139 ◦ blue 105

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

Shades of Mongoose #B08B69

Tints of Mongoose #B08B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.1%

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

R = 41.9%
G = 33.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B08B69 (or 0xB08B69) is known color: Mongoose. HEX triplet: B0, 8B and 69. RGB value is (176,139,105). Sum of RGB (Red+Green+Blue) = 176+139+105=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08B69 is #4F7496. Grayscale: #929292. Windows color (decimal): -5207191 or 6917040. OLE color: 6917040.

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

Color convert

RGB 176 139 105 -
CMYK 0 0.21 0.40 0.31
HSL 28.73º 0.31% 0.55% -
HSV(B) 28.73º 0.4% 0.69% -
XYZ 29.69 28.72 17.34 -
YUV 146.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 176 139 105 0 0.21 0.40 0.31 28.73 0.31 0.55
Hex B0 8B 69 0 15 28 1F 1D 1F 37
Octal 260 213 151 0 25 50 37 35 37 67
Binary 10110000 10001011 1101001 0 10101 101000 11111 11101 11111 110111

Color Harmonies of #B08B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08B69

Black with #B08B69

Text Example


Text Example

White with #B08B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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