Html Css Color HEX #B38D6D Mongoose

📋 copy color: '#B38D6D'

red 179 ◦ green 141 ◦ blue 109

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

Shades of Mongoose #B38D6D

Tints of Mongoose #B38D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 41.72%
G = 32.87%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B38D6D (or 0xB38D6D) is known color: Mongoose. HEX triplet: B3, 8D and 6D. RGB value is (179,141,109). Sum of RGB (Red+Green+Blue) = 179+141+109=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D6D is #4C7292. Grayscale: #949494. Windows color (decimal): -5010067 or 7179699. OLE color: 7179699.

HSL color Cylindrical-coordinate representation of color #B38D6D: hue angle of 27.43º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B38D6D is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 141 109 -
CMYK 0 0.21 0.39 0.30
HSL 27.43º 0.32% 0.56% -
HSV(B) 27.43º 0.39% 0.7% -
XYZ 30.88 29.74 18.58 -
YUV 148.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 179 141 109 0 0.21 0.39 0.30 27.43 0.32 0.56
Hex B3 8D 6D 0 15 27 1E 1B 20 38
Octal 263 215 155 0 25 47 36 33 40 70
Binary 10110011 10001101 1101101 0 10101 100111 11110 11011 100000 111000

Color Harmonies of #B38D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D6D

Black with #B38D6D

Text Example


Text Example

White with #B38D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D6D; }

 p { color: rgb(179,141,109); }

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

background-color css

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

 a { background-color: rgb(179,141,109); }

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

border-color css

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

 span { border-color: rgb(179,141,109); }

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