Html Css Color HEX #B16292 Mulberry

📋 copy color: '#B16292'

red 177 ◦ green 98 ◦ blue 146

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

Shades of Mulberry #B16292

Tints of Mulberry #B16292

RGB

 RED value IS 177 (69.53% from 255) = 42.04%

 GREEN value IS 98 (38.67% from 255) = 23.28%

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 42.04%
G = 23.28%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B16292 (or 0xB16292) is known color: Mulberry. HEX triplet: B1, 62 and 92. RGB value is (177,98,146). Sum of RGB (Red+Green+Blue) = 177+98+146=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B16292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16292 is #4E9D6D. Grayscale: #7E7E7E. Windows color (decimal): -5152110 or 9593521. OLE color: 9593521.

HSL color Cylindrical-coordinate representation of color #B16292: hue angle of 323.54º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16292 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 98 146 -
CMYK 0 0.45 0.18 0.31
HSL 323.54º 0.34% 0.54% -
HSV(B) 323.54º 0.45% 0.69% -
XYZ 27.69 20.16 29.63 -
YUV 127.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 177 98 146 0 0.45 0.18 0.31 323.54 0.34 0.54
Hex B1 62 92 0 2D 12 1F 144 22 36
Octal 261 142 222 0 55 22 37 504 42 66
Binary 10110001 1100010 10010010 0 101101 10010 11111 101000100 100010 110110

Color Harmonies of #B16292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16292

Black with #B16292

Text Example


Text Example

White with #B16292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16292; }

 p { color: rgb(177,98,146); }

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

background-color css

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

 a { background-color: rgb(177,98,146); }

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

border-color css

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

 span { border-color: rgb(177,98,146); }

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