Html Css Color HEX #B08E6A Mongoose

📋 copy color: '#B08E6A'

red 176 ◦ green 142 ◦ blue 106

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

Shades of Mongoose #B08E6A

Tints of Mongoose #B08E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25%

R = 41.51%
G = 33.49%
B = 25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B08E6A (or 0xB08E6A) is known color: Mongoose. HEX triplet: B0, 8E and 6A. RGB value is (176,142,106). Sum of RGB (Red+Green+Blue) = 176+142+106=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E6A is #4F7195. Grayscale: #949494. Windows color (decimal): -5206422 or 6983344. OLE color: 6983344.

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

Color convert

RGB 176 142 106 -
CMYK 0 0.19 0.40 0.31
HSL 30.86º 0.31% 0.55% -
HSV(B) 30.86º 0.4% 0.69% -
XYZ 30.18 29.62 17.76 -
YUV 148.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 176 142 106 0 0.19 0.40 0.31 30.86 0.31 0.55
Hex B0 8E 6A 0 13 28 1F 1F 1F 37
Octal 260 216 152 0 23 50 37 37 37 67
Binary 10110000 10001110 1101010 0 10011 101000 11111 11111 11111 110111

Color Harmonies of #B08E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E6A

Black with #B08E6A

Text Example


Text Example

White with #B08E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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