Html Css Color HEX #B4906C Mongoose

📋 copy color: '#B4906C'

red 180 ◦ green 144 ◦ blue 108

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

Shades of Mongoose #B4906C

Tints of Mongoose #B4906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.33%

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

R = 41.67%
G = 33.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4906C (or 0xB4906C) is known color: Mongoose. HEX triplet: B4, 90 and 6C. RGB value is (180,144,108). Sum of RGB (Red+Green+Blue) = 180+144+108=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4906C is #4B6F93. Grayscale: #969696. Windows color (decimal): -4943764 or 7114932. OLE color: 7114932.

HSL color Cylindrical-coordinate representation of color #B4906C: hue angle of 30º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4906C is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 108 -
CMYK 0 0.2 0.40 0.29
HSL 30º 0.32% 0.56% -
HSV(B) 30º 0.4% 0.71% -
XYZ 31.5 30.73 18.46 -
YUV 150.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 180 144 108 0 0.2 0.40 0.29 30 0.32 0.56
Hex B4 90 6C 0 14 28 1D 1E 20 38
Octal 264 220 154 0 24 50 35 36 40 70
Binary 10110100 10010000 1101100 0 10100 101000 11101 11110 100000 111000

Color Harmonies of #B4906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4906C

Black with #B4906C

Text Example


Text Example

White with #B4906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4906C; }

 p { color: rgb(180,144,108); }

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

background-color css

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

 a { background-color: rgb(180,144,108); }

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

border-color css

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

 span { border-color: rgb(180,144,108); }

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