Html Css Color HEX #B16293 Mulberry

📋 copy color: '#B16293'

red 177 ◦ green 98 ◦ blue 147

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

Shades of Mulberry #B16293

Tints of Mulberry #B16293

RGB

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

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

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

R = 41.94%
G = 23.22%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B16293 (or 0xB16293) is known color: Mulberry. HEX triplet: B1, 62 and 93. RGB value is (177,98,147). Sum of RGB (Red+Green+Blue) = 177+98+147=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16293 is #4E9D6C. Grayscale: #7F7F7F. Windows color (decimal): -5152109 or 9659057. OLE color: 9659057.

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

Color convert

RGB 177 98 147 -
CMYK 0 0.45 0.17 0.31
HSL 322.78º 0.34% 0.54% -
HSV(B) 322.78º 0.45% 0.69% -
XYZ 27.77 20.19 30.04 -
YUV 127.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 177 98 147 0 0.45 0.17 0.31 322.78 0.34 0.54
Hex B1 62 93 0 2D 11 1F 143 22 36
Octal 261 142 223 0 55 21 37 503 42 66
Binary 10110001 1100010 10010011 0 101101 10001 11111 101000011 100010 110110

Color Harmonies of #B16293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16293

Black with #B16293

Text Example


Text Example

White with #B16293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16293; }

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

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

background-color css

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

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

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

border-color css

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

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

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