Html Css Color HEX #B38F6F Mongoose

📋 copy color: '#B38F6F'

red 179 ◦ green 143 ◦ blue 111

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

Shades of Mongoose #B38F6F

Tints of Mongoose #B38F6F

RGB

 RED value IS 179 (70.31% from 255) = 41.34%

 GREEN value IS 143 (56.25% from 255) = 33.03%

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 41.34%
G = 33.03%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B38F6F (or 0xB38F6F) is known color: Mongoose. HEX triplet: B3, 8F and 6F. RGB value is (179,143,111). Sum of RGB (Red+Green+Blue) = 179+143+111=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F6F is #4C7090. Grayscale: #969696. Windows color (decimal): -5009553 or 7311283. OLE color: 7311283.

HSL color Cylindrical-coordinate representation of color #B38F6F: hue angle of 28.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B38F6F is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 143 111 -
CMYK 0 0.20 0.38 0.30
HSL 28.24º 0.31% 0.57% -
HSV(B) 28.24º 0.38% 0.7% -
XYZ 31.28 30.38 19.25 -
YUV 150.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 179 143 111 0 0.20 0.38 0.30 28.24 0.31 0.57
Hex B3 8F 6F 0 14 26 1E 1C 1F 39
Octal 263 217 157 0 24 46 36 34 37 71
Binary 10110011 10001111 1101111 0 10100 100110 11110 11100 11111 111001

Color Harmonies of #B38F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F6F

Black with #B38F6F

Text Example


Text Example

White with #B38F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F6F; }

 p { color: rgb(179,143,111); }

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

background-color css

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

 a { background-color: rgb(179,143,111); }

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

border-color css

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

 span { border-color: rgb(179,143,111); }

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