Html Css Color HEX #B38A6F Mongoose

📋 copy color: '#B38A6F'

red 179 ◦ green 138 ◦ blue 111

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

Shades of Mongoose #B38A6F

Tints of Mongoose #B38A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

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

R = 41.82%
G = 32.24%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B38A6F (or 0xB38A6F) is known color: Mongoose. HEX triplet: B3, 8A and 6F. RGB value is (179,138,111). Sum of RGB (Red+Green+Blue) = 179+138+111=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A6F is #4C7590. Grayscale: #939393. Windows color (decimal): -5010833 or 7310003. OLE color: 7310003.

HSL color Cylindrical-coordinate representation of color #B38A6F: hue angle of 23.82º 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 #B38A6F is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 138 111 -
CMYK 0 0.23 0.38 0.30
HSL 23.82º 0.31% 0.57% -
HSV(B) 23.82º 0.38% 0.7% -
XYZ 30.55 28.91 19.01 -
YUV 147.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 179 138 111 0 0.23 0.38 0.30 23.82 0.31 0.57
Hex B3 8A 6F 0 17 26 1E 18 1F 39
Octal 263 212 157 0 27 46 36 30 37 71
Binary 10110011 10001010 1101111 0 10111 100110 11110 11000 11111 111001

Color Harmonies of #B38A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A6F

Black with #B38A6F

Text Example


Text Example

White with #B38A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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