Html Css Color HEX #B6489B Mulberry

📋 copy color: '#B6489B'

red 182 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #B6489B

Tints of Mulberry #B6489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.6%

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 44.5%
G = 17.6%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6489B (or 0xB6489B) is known color: Mulberry. HEX triplet: B6, 48 and 9B. RGB value is (182,72,155). Sum of RGB (Red+Green+Blue) = 182+72+155=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6489B is #49B764. Grayscale: #727272. Windows color (decimal): -4831077 or 10176694. OLE color: 10176694.

HSL color Cylindrical-coordinate representation of color #B6489B: hue angle of 314.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6489B is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 155 -
CMYK 0 0.60 0.15 0.29
HSL 314.73º 0.43% 0.5% -
HSV(B) 314.73º 0.6% 0.71% -
XYZ 27.53 16.95 32.83 -
YUV 114.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 182 72 155 0 0.60 0.15 0.29 314.73 0.43 0.5
Hex B6 48 9B 0 3C F 1D 13B 2B 32
Octal 266 110 233 0 74 17 35 473 53 62
Binary 10110110 1001000 10011011 0 111100 1111 11101 100111011 101011 110010

Color Harmonies of #B6489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6489B

Black with #B6489B

Text Example


Text Example

White with #B6489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6489B; }

 p { color: rgb(182,72,155); }

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

background-color css

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

 a { background-color: rgb(182,72,155); }

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

border-color css

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

 span { border-color: rgb(182,72,155); }

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