Html Css Color HEX #B38A6D Mongoose

📋 copy color: '#B38A6D'

red 179 ◦ green 138 ◦ blue 109

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

Shades of Mongoose #B38A6D

Tints of Mongoose #B38A6D

RGB

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

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

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

R = 42.02%
G = 32.39%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B38A6D (or 0xB38A6D) is known color: Mongoose. HEX triplet: B3, 8A and 6D. RGB value is (179,138,109). Sum of RGB (Red+Green+Blue) = 179+138+109=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A6D is #4C7592. Grayscale: #939393. Windows color (decimal): -5010835 or 7178931. OLE color: 7178931.

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

Color convert

RGB 179 138 109 -
CMYK 0 0.23 0.39 0.30
HSL 24.86º 0.32% 0.56% -
HSV(B) 24.86º 0.39% 0.7% -
XYZ 30.44 28.86 18.44 -
YUV 146.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 179 138 109 0 0.23 0.39 0.30 24.86 0.32 0.56
Hex B3 8A 6D 0 17 27 1E 19 20 38
Octal 263 212 155 0 27 47 36 31 40 70
Binary 10110011 10001010 1101101 0 10111 100111 11110 11001 100000 111000

Color Harmonies of #B38A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A6D

Black with #B38A6D

Text Example


Text Example

White with #B38A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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