Html Css Color HEX #B08C6B Mongoose

📋 copy color: '#B08C6B'

red 176 ◦ green 140 ◦ blue 107

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

Shades of Mongoose #B08C6B

Tints of Mongoose #B08C6B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 41.61%
G = 33.1%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B08C6B (or 0xB08C6B) is known color: Mongoose. HEX triplet: B0, 8C and 6B. RGB value is (176,140,107). Sum of RGB (Red+Green+Blue) = 176+140+107=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C6B is #4F7394. Grayscale: #939393. Windows color (decimal): -5206933 or 7048368. OLE color: 7048368.

HSL color Cylindrical-coordinate representation of color #B08C6B: hue angle of 28.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B08C6B is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 140 107 -
CMYK 0 0.20 0.39 0.31
HSL 28.7º 0.3% 0.55% -
HSV(B) 28.7º 0.39% 0.69% -
XYZ 29.94 29.05 17.94 -
YUV 147 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 176 140 107 0 0.20 0.39 0.31 28.7 0.3 0.55
Hex B0 8C 6B 0 14 27 1F 1D 1E 37
Octal 260 214 153 0 24 47 37 35 36 67
Binary 10110000 10001100 1101011 0 10100 100111 11111 11101 11110 110111

Color Harmonies of #B08C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C6B

Black with #B08C6B

Text Example


Text Example

White with #B08C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C6B; }

 p { color: rgb(176,140,107); }

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

background-color css

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

 a { background-color: rgb(176,140,107); }

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

border-color css

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

 span { border-color: rgb(176,140,107); }

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