Html Css Color HEX #B0946C Mongoose

📋 copy color: '#B0946C'

red 176 ◦ green 148 ◦ blue 108

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

Shades of Mongoose #B0946C

Tints of Mongoose #B0946C

RGB

 RED value IS 176 (69.14% from 255) = 40.74%

 GREEN value IS 148 (58.2% from 255) = 34.26%

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

R = 40.74%
G = 34.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0946C (or 0xB0946C) is known color: Mongoose. HEX triplet: B0, 94 and 6C. RGB value is (176,148,108). Sum of RGB (Red+Green+Blue) = 176+148+108=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0946C is #4F6B93. Grayscale: #989898. Windows color (decimal): -5204884 or 7115952. OLE color: 7115952.

HSL color Cylindrical-coordinate representation of color #B0946C: hue angle of 35.29º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0946C is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 108 -
CMYK 0 0.16 0.39 0.31
HSL 35.29º 0.3% 0.56% -
HSV(B) 35.29º 0.39% 0.69% -
XYZ 31.2 31.49 18.62 -
YUV 151.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 176 148 108 0 0.16 0.39 0.31 35.29 0.3 0.56
Hex B0 94 6C 0 10 27 1F 23 1E 38
Octal 260 224 154 0 20 47 37 43 36 70
Binary 10110000 10010100 1101100 0 10000 100111 11111 100011 11110 111000

Color Harmonies of #B0946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0946C

Black with #B0946C

Text Example


Text Example

White with #B0946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0946C; }

 p { color: rgb(176,148,108); }

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

background-color css

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

 a { background-color: rgb(176,148,108); }

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

border-color css

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

 span { border-color: rgb(176,148,108); }

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