Html Css Color HEX #B16294 Mulberry

📋 copy color: '#B16294'

red 177 ◦ green 98 ◦ blue 148

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

Shades of Mulberry #B16294

Tints of Mulberry #B16294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 41.84%
G = 23.17%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B16294 (or 0xB16294) is known color: Mulberry. HEX triplet: B1, 62 and 94. RGB value is (177,98,148). Sum of RGB (Red+Green+Blue) = 177+98+148=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B16294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16294 is #4E9D6B. Grayscale: #7F7F7F. Windows color (decimal): -5152108 or 9724593. OLE color: 9724593.

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

Color convert

RGB 177 98 148 -
CMYK 0 0.45 0.16 0.31
HSL 322.03º 0.34% 0.54% -
HSV(B) 322.03º 0.45% 0.69% -
XYZ 27.84 20.22 30.45 -
YUV 127.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 177 98 148 0 0.45 0.16 0.31 322.03 0.34 0.54
Hex B1 62 94 0 2D 10 1F 142 22 36
Octal 261 142 224 0 55 20 37 502 42 66
Binary 10110001 1100010 10010100 0 101101 10000 11111 101000010 100010 110110

Color Harmonies of #B16294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16294

Black with #B16294

Text Example


Text Example

White with #B16294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16294; }

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

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

background-color css

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

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

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

border-color css

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

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

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