Html Css Color HEX #B48C6D Mongoose

📋 copy color: '#B48C6D'

red 180 ◦ green 140 ◦ blue 109

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

Shades of Mongoose #B48C6D

Tints of Mongoose #B48C6D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.63%

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

R = 41.96%
G = 32.63%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B48C6D (or 0xB48C6D) is known color: Mongoose. HEX triplet: B4, 8C and 6D. RGB value is (180,140,109). Sum of RGB (Red+Green+Blue) = 180+140+109=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C6D is #4B7392. Grayscale: #949494. Windows color (decimal): -4944787 or 7179444. OLE color: 7179444.

HSL color Cylindrical-coordinate representation of color #B48C6D: hue angle of 26.2º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B48C6D is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 109 -
CMYK 0 0.22 0.39 0.29
HSL 26.2º 0.32% 0.57% -
HSV(B) 26.2º 0.39% 0.71% -
XYZ 30.96 29.56 18.54 -
YUV 148.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 180 140 109 0 0.22 0.39 0.29 26.2 0.32 0.57
Hex B4 8C 6D 0 16 27 1D 1A 20 39
Octal 264 214 155 0 26 47 35 32 40 71
Binary 10110100 10001100 1101101 0 10110 100111 11101 11010 100000 111001

Color Harmonies of #B48C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C6D

Black with #B48C6D

Text Example


Text Example

White with #B48C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C6D; }

 p { color: rgb(180,140,109); }

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

background-color css

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

 a { background-color: rgb(180,140,109); }

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

border-color css

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

 span { border-color: rgb(180,140,109); }

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