Html Css Color HEX #B6518A Mulberry

📋 copy color: '#B6518A'

red 182 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #B6518A

Tints of Mulberry #B6518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

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

R = 45.39%
G = 20.2%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6518A (or 0xB6518A) is known color: Mulberry. HEX triplet: B6, 51 and 8A. RGB value is (182,81,138). Sum of RGB (Red+Green+Blue) = 182+81+138=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B6518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6518A is #49AE75. Grayscale: #757575. Windows color (decimal): -4828790 or 9064886. OLE color: 9064886.

HSL color Cylindrical-coordinate representation of color #B6518A: hue angle of 326.14º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6518A is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 81 138 -
CMYK 0 0.55 0.24 0.29
HSL 326.14º 0.41% 0.52% -
HSV(B) 326.14º 0.55% 0.71% -
XYZ 26.82 17.66 26.04 -
YUV 117.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 182 81 138 0 0.55 0.24 0.29 326.14 0.41 0.52
Hex B6 51 8A 0 37 18 1D 146 29 34
Octal 266 121 212 0 67 30 35 506 51 64
Binary 10110110 1010001 10001010 0 110111 11000 11101 101000110 101001 110100

Color Harmonies of #B6518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6518A

Black with #B6518A

Text Example


Text Example

White with #B6518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6518A; }

 p { color: rgb(182,81,138); }

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

background-color css

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

 a { background-color: rgb(182,81,138); }

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

border-color css

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

 span { border-color: rgb(182,81,138); }

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