Html Css Color HEX #B38E6B Mongoose

📋 copy color: '#B38E6B'

red 179 ◦ green 142 ◦ blue 107

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

Shades of Mongoose #B38E6B

Tints of Mongoose #B38E6B

RGB

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

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

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

R = 41.82%
G = 33.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B38E6B (or 0xB38E6B) is known color: Mongoose. HEX triplet: B3, 8E and 6B. RGB value is (179,142,107). Sum of RGB (Red+Green+Blue) = 179+142+107=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E6B is #4C7194. Grayscale: #959595. Windows color (decimal): -5009813 or 7048883. OLE color: 7048883.

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

Color convert

RGB 179 142 107 -
CMYK 0 0.21 0.40 0.30
HSL 29.17º 0.32% 0.56% -
HSV(B) 29.17º 0.4% 0.7% -
XYZ 30.92 29.99 18.07 -
YUV 149.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 179 142 107 0 0.21 0.40 0.30 29.17 0.32 0.56
Hex B3 8E 6B 0 15 28 1E 1D 20 38
Octal 263 216 153 0 25 50 36 35 40 70
Binary 10110011 10001110 1101011 0 10101 101000 11110 11101 100000 111000

Color Harmonies of #B38E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E6B

Black with #B38E6B

Text Example


Text Example

White with #B38E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E6B; }

 p { color: rgb(179,142,107); }

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

background-color css

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

 a { background-color: rgb(179,142,107); }

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

border-color css

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

 span { border-color: rgb(179,142,107); }

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