Html Css Color HEX #B38F6C Mongoose

📋 copy color: '#B38F6C'

red 179 ◦ green 143 ◦ blue 108

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

Shades of Mongoose #B38F6C

Tints of Mongoose #B38F6C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.26%

 BLUE value IS 108 (42.58% from 255) = 25.12%

R = 41.63%
G = 33.26%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B38F6C (or 0xB38F6C) is known color: Mongoose. HEX triplet: B3, 8F and 6C. RGB value is (179,143,108). Sum of RGB (Red+Green+Blue) = 179+143+108=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F6C is #4C7093. Grayscale: #959595. Windows color (decimal): -5009556 or 7114675. OLE color: 7114675.

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

Color convert

RGB 179 143 108 -
CMYK 0 0.20 0.40 0.30
HSL 29.58º 0.32% 0.56% -
HSV(B) 29.58º 0.4% 0.7% -
XYZ 31.12 30.31 18.4 -
YUV 149.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 179 143 108 0 0.20 0.40 0.30 29.58 0.32 0.56
Hex B3 8F 6C 0 14 28 1E 1E 20 38
Octal 263 217 154 0 24 50 36 36 40 70
Binary 10110011 10001111 1101100 0 10100 101000 11110 11110 100000 111000

Color Harmonies of #B38F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F6C

Black with #B38F6C

Text Example


Text Example

White with #B38F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F6C; }

 p { color: rgb(179,143,108); }

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

background-color css

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

 a { background-color: rgb(179,143,108); }

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

border-color css

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

 span { border-color: rgb(179,143,108); }

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