Html Css Color HEX #B38A69 Mongoose

📋 copy color: '#B38A69'

red 179 ◦ green 138 ◦ blue 105

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

Shades of Mongoose #B38A69

Tints of Mongoose #B38A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 42.42%
G = 32.7%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B38A69 (or 0xB38A69) is known color: Mongoose. HEX triplet: B3, 8A and 69. RGB value is (179,138,105). Sum of RGB (Red+Green+Blue) = 179+138+105=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A69 is #4C7596. Grayscale: #929292. Windows color (decimal): -5010839 or 6916787. OLE color: 6916787.

HSL color Cylindrical-coordinate representation of color #B38A69: hue angle of 26.76º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B38A69 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 138 105 -
CMYK 0 0.23 0.41 0.30
HSL 26.76º 0.33% 0.56% -
HSV(B) 26.76º 0.41% 0.7% -
XYZ 30.23 28.78 17.33 -
YUV 146.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 179 138 105 0 0.23 0.41 0.30 26.76 0.33 0.56
Hex B3 8A 69 0 17 29 1E 1B 21 38
Octal 263 212 151 0 27 51 36 33 41 70
Binary 10110011 10001010 1101001 0 10111 101001 11110 11011 100001 111000

Color Harmonies of #B38A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A69

Black with #B38A69

Text Example


Text Example

White with #B38A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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