Html Css Color HEX #B0598C Mulberry

📋 copy color: '#B0598C'

red 176 ◦ green 89 ◦ blue 140

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

Shades of Mulberry #B0598C

Tints of Mulberry #B0598C

RGB

 RED value IS 176 (69.14% from 255) = 43.46%

 GREEN value IS 89 (35.16% from 255) = 21.98%

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

R = 43.46%
G = 21.98%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0598C (or 0xB0598C) is known color: Mulberry. HEX triplet: B0, 59 and 8C. RGB value is (176,89,140). Sum of RGB (Red+Green+Blue) = 176+89+140=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0598C is #4FA673. Grayscale: #787878. Windows color (decimal): -5219956 or 9198000. OLE color: 9198000.

HSL color Cylindrical-coordinate representation of color #B0598C: hue angle of 324.83º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0598C is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 140 -
CMYK 0 0.49 0.20 0.31
HSL 324.83º 0.36% 0.52% -
HSV(B) 324.83º 0.49% 0.69% -
XYZ 26.21 18.27 26.96 -
YUV 120.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 176 89 140 0 0.49 0.20 0.31 324.83 0.36 0.52
Hex B0 59 8C 0 31 14 1F 145 24 34
Octal 260 131 214 0 61 24 37 505 44 64
Binary 10110000 1011001 10001100 0 110001 10100 11111 101000101 100100 110100

Color Harmonies of #B0598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0598C

Black with #B0598C

Text Example


Text Example

White with #B0598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0598C; }

 p { color: rgb(176,89,140); }

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

background-color css

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

 a { background-color: rgb(176,89,140); }

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

border-color css

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

 span { border-color: rgb(176,89,140); }

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