Html Css Color HEX #B16096 Mulberry

📋 copy color: '#B16096'

red 177 ◦ green 96 ◦ blue 150

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

Shades of Mulberry #B16096

Tints of Mulberry #B16096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 41.84%
G = 22.7%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B16096 (or 0xB16096) is known color: Mulberry. HEX triplet: B1, 60 and 96. RGB value is (177,96,150). Sum of RGB (Red+Green+Blue) = 177+96+150=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B16096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16096 is #4E9F69. Grayscale: #7E7E7E. Windows color (decimal): -5152618 or 9855153. OLE color: 9855153.

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

Color convert

RGB 177 96 150 -
CMYK 0 0.46 0.15 0.31
HSL 320º 0.34% 0.54% -
HSV(B) 320º 0.46% 0.69% -
XYZ 27.82 19.91 31.23 -
YUV 126.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 177 96 150 0 0.46 0.15 0.31 320 0.34 0.54
Hex B1 60 96 0 2E F 1F 140 22 36
Octal 261 140 226 0 56 17 37 500 42 66
Binary 10110001 1100000 10010110 0 101110 1111 11111 101000000 100010 110110

Color Harmonies of #B16096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16096

Black with #B16096

Text Example


Text Example

White with #B16096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16096; }

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

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

background-color css

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

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

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

border-color css

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

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

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