Html Css Color HEX #B08870 Mongoose

📋 copy color: '#B08870'

red 176 ◦ green 136 ◦ blue 112

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

Shades of Mongoose #B08870

Tints of Mongoose #B08870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.08%

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 41.51%
G = 32.08%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B08870 (or 0xB08870) is known color: Mongoose. HEX triplet: B0, 88 and 70. RGB value is (176,136,112). Sum of RGB (Red+Green+Blue) = 176+136+112=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08870 is #4F778F. Grayscale: #919191. Windows color (decimal): -5207952 or 7375024. OLE color: 7375024.

HSL color Cylindrical-coordinate representation of color #B08870: hue angle of 22.5º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08870 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 112 -
CMYK 0 0.23 0.36 0.31
HSL 22.5º 0.29% 0.56% -
HSV(B) 22.5º 0.36% 0.69% -
XYZ 29.63 28.01 19.17 -
YUV 145.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 176 136 112 0 0.23 0.36 0.31 22.5 0.29 0.56
Hex B0 88 70 0 17 24 1F 16 1D 38
Octal 260 210 160 0 27 44 37 26 35 70
Binary 10110000 10001000 1110000 0 10111 100100 11111 10110 11101 111000

Color Harmonies of #B08870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08870

Black with #B08870

Text Example


Text Example

White with #B08870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08870; }

 p { color: rgb(176,136,112); }

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

background-color css

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

 a { background-color: rgb(176,136,112); }

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

border-color css

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

 span { border-color: rgb(176,136,112); }

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