Html Css Color HEX #B0498C Mulberry

📋 copy color: '#B0498C'

red 176 ◦ green 73 ◦ blue 140

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

Shades of Mulberry #B0498C

Tints of Mulberry #B0498C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.77%

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

R = 45.24%
G = 18.77%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0498C (or 0xB0498C) is known color: Mulberry. HEX triplet: B0, 49 and 8C. RGB value is (176,73,140). Sum of RGB (Red+Green+Blue) = 176+73+140=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0498C is #4FB673. Grayscale: #6F6F6F. Windows color (decimal): -5224052 or 9193904. OLE color: 9193904.

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

Color convert

RGB 176 73 140 -
CMYK 0 0.59 0.20 0.31
HSL 320.97º 0.41% 0.49% -
HSV(B) 320.97º 0.59% 0.69% -
XYZ 25.02 15.89 26.56 -
YUV 111.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 176 73 140 0 0.59 0.20 0.31 320.97 0.41 0.49
Hex B0 49 8C 0 3B 14 1F 141 29 31
Octal 260 111 214 0 73 24 37 501 51 61
Binary 10110000 1001001 10001100 0 111011 10100 11111 101000001 101001 110001

Color Harmonies of #B0498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0498C

Black with #B0498C

Text Example


Text Example

White with #B0498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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