Html Css Color HEX #B6488B Mulberry

📋 copy color: '#B6488B'

red 182 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #B6488B

Tints of Mulberry #B6488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 46.31%
G = 18.32%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6488B (or 0xB6488B) is known color: Mulberry. HEX triplet: B6, 48 and 8B. RGB value is (182,72,139). Sum of RGB (Red+Green+Blue) = 182+72+139=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6488B is #49B774. Grayscale: #707070. Windows color (decimal): -4831093 or 9128118. OLE color: 9128118.

HSL color Cylindrical-coordinate representation of color #B6488B: hue angle of 323.45º 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 #B6488B is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 139 -
CMYK 0 0.60 0.24 0.29
HSL 323.45º 0.43% 0.5% -
HSV(B) 323.45º 0.6% 0.71% -
XYZ 26.27 16.44 26.22 -
YUV 112.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 182 72 139 0 0.60 0.24 0.29 323.45 0.43 0.5
Hex B6 48 8B 0 3C 18 1D 143 2B 32
Octal 266 110 213 0 74 30 35 503 53 62
Binary 10110110 1001000 10001011 0 111100 11000 11101 101000011 101011 110010

Color Harmonies of #B6488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6488B

Black with #B6488B

Text Example


Text Example

White with #B6488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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