Html Css Color HEX #B6498D Mulberry

📋 copy color: '#B6498D'

red 182 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #B6498D

Tints of Mulberry #B6498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 45.96%
G = 18.43%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6498D (or 0xB6498D) is known color: Mulberry. HEX triplet: B6, 49 and 8D. RGB value is (182,73,141). Sum of RGB (Red+Green+Blue) = 182+73+141=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6498D is #49B672. Grayscale: #717171. Windows color (decimal): -4830835 or 9259446. OLE color: 9259446.

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

Color convert

RGB 182 73 141 -
CMYK 0 0.60 0.23 0.29
HSL 322.57º 0.43% 0.5% -
HSV(B) 322.57º 0.6% 0.71% -
XYZ 26.48 16.63 27.01 -
YUV 113.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 182 73 141 0 0.60 0.23 0.29 322.57 0.43 0.5
Hex B6 49 8D 0 3C 17 1D 143 2B 32
Octal 266 111 215 0 74 27 35 503 53 62
Binary 10110110 1001001 10001101 0 111100 10111 11101 101000011 101011 110010

Color Harmonies of #B6498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6498D

Black with #B6498D

Text Example


Text Example

White with #B6498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6498D; }

 p { color: rgb(182,73,141); }

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

background-color css

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

 a { background-color: rgb(182,73,141); }

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

border-color css

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

 span { border-color: rgb(182,73,141); }

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