Html Css Color HEX #B16291 Mulberry

📋 copy color: '#B16291'

red 177 ◦ green 98 ◦ blue 145

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

Shades of Mulberry #B16291

Tints of Mulberry #B16291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 42.14%
G = 23.33%
B = 34.52%

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

#B16291 (or 0xB16291) is known color: Mulberry. HEX triplet: B1, 62 and 91. RGB value is (177,98,145). Sum of RGB (Red+Green+Blue) = 177+98+145=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B16291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16291 is #4E9D6E. Grayscale: #7E7E7E. Windows color (decimal): -5152111 or 9527985. OLE color: 9527985.

HSL color Cylindrical-coordinate representation of color #B16291: hue angle of 324.3º 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 #B16291 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 98 145 -
CMYK 0 0.45 0.18 0.31
HSL 324.3º 0.34% 0.54% -
HSV(B) 324.3º 0.45% 0.69% -
XYZ 27.61 20.13 29.22 -
YUV 126.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 177 98 145 0 0.45 0.18 0.31 324.3 0.34 0.54
Hex B1 62 91 0 2D 12 1F 144 22 36
Octal 261 142 221 0 55 22 37 504 42 66
Binary 10110001 1100010 10010001 0 101101 10010 11111 101000100 100010 110110

Color Harmonies of #B16291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16291

Black with #B16291

Text Example


Text Example

White with #B16291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16291; }

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

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

background-color css

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

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

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

border-color css

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

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

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