Html Css Color HEX #B0598A Mulberry

📋 copy color: '#B0598A'

red 176 ◦ green 89 ◦ blue 138

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

Shades of Mulberry #B0598A

Tints of Mulberry #B0598A

RGB

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

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

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

R = 43.67%
G = 22.08%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0598A (or 0xB0598A) is known color: Mulberry. HEX triplet: B0, 59 and 8A. RGB value is (176,89,138). Sum of RGB (Red+Green+Blue) = 176+89+138=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0598A is #4FA675. Grayscale: #787878. Windows color (decimal): -5219958 or 9066928. OLE color: 9066928.

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

Color convert

RGB 176 89 138 -
CMYK 0 0.49 0.22 0.31
HSL 326.21º 0.36% 0.52% -
HSV(B) 326.21º 0.49% 0.69% -
XYZ 26.06 18.21 26.19 -
YUV 120.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 176 89 138 0 0.49 0.22 0.31 326.21 0.36 0.52
Hex B0 59 8A 0 31 16 1F 146 24 34
Octal 260 131 212 0 61 26 37 506 44 64
Binary 10110000 1011001 10001010 0 110001 10110 11111 101000110 100100 110100

Color Harmonies of #B0598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0598A

Black with #B0598A

Text Example


Text Example

White with #B0598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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