Html Css Color HEX #B48B69 Mongoose

📋 copy color: '#B48B69'

red 180 ◦ green 139 ◦ blue 105

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

Shades of Mongoose #B48B69

Tints of Mongoose #B48B69

RGB

 RED value IS 180 (70.7% from 255) = 42.45%

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

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

R = 42.45%
G = 32.78%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B48B69 (or 0xB48B69) is known color: Mongoose. HEX triplet: B4, 8B and 69. RGB value is (180,139,105). Sum of RGB (Red+Green+Blue) = 180+139+105=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B69 is #4B7496. Grayscale: #939393. Windows color (decimal): -4945047 or 6917044. OLE color: 6917044.

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

Color convert

RGB 180 139 105 -
CMYK 0 0.23 0.42 0.29
HSL 27.2º 0.33% 0.56% -
HSV(B) 27.2º 0.42% 0.71% -
XYZ 30.6 29.19 17.39 -
YUV 147.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 180 139 105 0 0.23 0.42 0.29 27.2 0.33 0.56
Hex B4 8B 69 0 17 2A 1D 1B 21 38
Octal 264 213 151 0 27 52 35 33 41 70
Binary 10110100 10001011 1101001 0 10111 101010 11101 11011 100001 111000

Color Harmonies of #B48B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B69

Black with #B48B69

Text Example


Text Example

White with #B48B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B69; }

 p { color: rgb(180,139,105); }

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

background-color css

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

 a { background-color: rgb(180,139,105); }

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

border-color css

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

 span { border-color: rgb(180,139,105); }

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