Html Css Color HEX #B6558B Mulberry

📋 copy color: '#B6558B'

red 182 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #B6558B

Tints of Mulberry #B6558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 44.83%
G = 20.94%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6558B (or 0xB6558B) is known color: Mulberry. HEX triplet: B6, 55 and 8B. RGB value is (182,85,139). Sum of RGB (Red+Green+Blue) = 182+85+139=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6558B is #49AA74. Grayscale: #787878. Windows color (decimal): -4827765 or 9131446. OLE color: 9131446.

HSL color Cylindrical-coordinate representation of color #B6558B: hue angle of 326.6º 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 #B6558B is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 139 -
CMYK 0 0.53 0.24 0.29
HSL 326.6º 0.4% 0.52% -
HSV(B) 326.6º 0.53% 0.71% -
XYZ 27.2 18.31 26.53 -
YUV 120.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 182 85 139 0 0.53 0.24 0.29 326.6 0.4 0.52
Hex B6 55 8B 0 35 18 1D 147 28 34
Octal 266 125 213 0 65 30 35 507 50 64
Binary 10110110 1010101 10001011 0 110101 11000 11101 101000111 101000 110100

Color Harmonies of #B6558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6558B

Black with #B6558B

Text Example


Text Example

White with #B6558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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