Html Css Color HEX #B38B6E Mongoose

📋 copy color: '#B38B6E'

red 179 ◦ green 139 ◦ blue 110

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

Shades of Mongoose #B38B6E

Tints of Mongoose #B38B6E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.48%

 BLUE value IS 110 (43.36% from 255) = 25.7%

R = 41.82%
G = 32.48%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B38B6E (or 0xB38B6E) is known color: Mongoose. HEX triplet: B3, 8B and 6E. RGB value is (179,139,110). Sum of RGB (Red+Green+Blue) = 179+139+110=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B6E is #4C7491. Grayscale: #939393. Windows color (decimal): -5010578 or 7244723. OLE color: 7244723.

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

Color convert

RGB 179 139 110 -
CMYK 0 0.22 0.39 0.30
HSL 25.22º 0.31% 0.57% -
HSV(B) 25.22º 0.39% 0.7% -
XYZ 30.64 29.17 18.77 -
YUV 147.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 179 139 110 0 0.22 0.39 0.30 25.22 0.31 0.57
Hex B3 8B 6E 0 16 27 1E 19 1F 39
Octal 263 213 156 0 26 47 36 31 37 71
Binary 10110011 10001011 1101110 0 10110 100111 11110 11001 11111 111001

Color Harmonies of #B38B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B6E

Black with #B38B6E

Text Example


Text Example

White with #B38B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B6E; }

 p { color: rgb(179,139,110); }

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

background-color css

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

 a { background-color: rgb(179,139,110); }

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

border-color css

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

 span { border-color: rgb(179,139,110); }

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