Html Css Color HEX #B6558C Mulberry

📋 copy color: '#B6558C'

red 182 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #B6558C

Tints of Mulberry #B6558C

RGB

 RED value IS 182 (71.48% from 255) = 44.72%

 GREEN value IS 85 (33.59% from 255) = 20.88%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 44.72%
G = 20.88%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6558C (or 0xB6558C) is known color: Mulberry. HEX triplet: B6, 55 and 8C. RGB value is (182,85,140). Sum of RGB (Red+Green+Blue) = 182+85+140=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6558C is #49AA73. Grayscale: #787878. Windows color (decimal): -4827764 or 9196982. OLE color: 9196982.

HSL color Cylindrical-coordinate representation of color #B6558C: hue angle of 325.98º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6558C is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 140 -
CMYK 0 0.53 0.23 0.29
HSL 325.98º 0.4% 0.52% -
HSV(B) 325.98º 0.53% 0.71% -
XYZ 27.27 18.34 26.91 -
YUV 120.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 182 85 140 0 0.53 0.23 0.29 325.98 0.4 0.52
Hex B6 55 8C 0 35 17 1D 146 28 34
Octal 266 125 214 0 65 27 35 506 50 64
Binary 10110110 1010101 10001100 0 110101 10111 11101 101000110 101000 110100

Color Harmonies of #B6558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6558C

Black with #B6558C

Text Example


Text Example

White with #B6558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6558C; }

 p { color: rgb(182,85,140); }

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

background-color css

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

 a { background-color: rgb(182,85,140); }

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

border-color css

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

 span { border-color: rgb(182,85,140); }

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