Html Css Color HEX #B16093 Mulberry

📋 copy color: '#B16093'

red 177 ◦ green 96 ◦ blue 147

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

Shades of Mulberry #B16093

Tints of Mulberry #B16093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

 BLUE value IS 147 (57.81% from 255) = 35%

R = 42.14%
G = 22.86%
B = 35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B16093 (or 0xB16093) is known color: Mulberry. HEX triplet: B1, 60 and 93. RGB value is (177,96,147). Sum of RGB (Red+Green+Blue) = 177+96+147=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B16093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16093 is #4E9F6C. Grayscale: #7D7D7D. Windows color (decimal): -5152621 or 9658545. OLE color: 9658545.

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

Color convert

RGB 177 96 147 -
CMYK 0 0.46 0.17 0.31
HSL 322.22º 0.34% 0.54% -
HSV(B) 322.22º 0.46% 0.69% -
XYZ 27.58 19.82 29.98 -
YUV 126.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 177 96 147 0 0.46 0.17 0.31 322.22 0.34 0.54
Hex B1 60 93 0 2E 11 1F 142 22 36
Octal 261 140 223 0 56 21 37 502 42 66
Binary 10110001 1100000 10010011 0 101110 10001 11111 101000010 100010 110110

Color Harmonies of #B16093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16093

Black with #B16093

Text Example


Text Example

White with #B16093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16093; }

 p { color: rgb(177,96,147); }

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

background-color css

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

 a { background-color: rgb(177,96,147); }

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

border-color css

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

 span { border-color: rgb(177,96,147); }

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