Html Css Color HEX #B7558A Mulberry

📋 copy color: '#B7558A'

red 183 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #B7558A

Tints of Mulberry #B7558A

RGB

 RED value IS 183 (71.88% from 255) = 45.07%

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 45.07%
G = 20.94%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7558A (or 0xB7558A) is known color: Mulberry. HEX triplet: B7, 55 and 8A. RGB value is (183,85,138). Sum of RGB (Red+Green+Blue) = 183+85+138=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7558A is #48AA75. Grayscale: #787878. Windows color (decimal): -4762230 or 9065911. OLE color: 9065911.

HSL color Cylindrical-coordinate representation of color #B7558A: hue angle of 327.55º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7558A is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 85 138 -
CMYK 0 0.54 0.25 0.28
HSL 327.55º 0.4% 0.53% -
HSV(B) 327.55º 0.54% 0.72% -
XYZ 27.36 18.4 26.15 -
YUV 120.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 183 85 138 0 0.54 0.25 0.28 327.55 0.4 0.53
Hex B7 55 8A 0 36 19 1C 148 28 35
Octal 267 125 212 0 66 31 34 510 50 65
Binary 10110111 1010101 10001010 0 110110 11001 11100 101001000 101000 110101

Color Harmonies of #B7558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7558A

Black with #B7558A

Text Example


Text Example

White with #B7558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7558A; }

 p { color: rgb(183,85,138); }

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

background-color css

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

 a { background-color: rgb(183,85,138); }

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

border-color css

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

 span { border-color: rgb(183,85,138); }

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