Html Css Color HEX #B6598F Mulberry

📋 copy color: '#B6598F'

red 182 ◦ green 89 ◦ blue 143

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

Shades of Mulberry #B6598F

Tints of Mulberry #B6598F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.5%

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 43.96%
G = 21.5%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B6598F (or 0xB6598F) is known color: Mulberry. HEX triplet: B6, 59 and 8F. RGB value is (182,89,143). Sum of RGB (Red+Green+Blue) = 182+89+143=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B6598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6598F is #49A670. Grayscale: #7A7A7A. Windows color (decimal): -4826737 or 9394614. OLE color: 9394614.

HSL color Cylindrical-coordinate representation of color #B6598F: hue angle of 325.16º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6598F is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 89 143 -
CMYK 0 0.51 0.21 0.29
HSL 325.16º 0.39% 0.53% -
HSV(B) 325.16º 0.51% 0.71% -
XYZ 27.82 19.07 28.2 -
YUV 122.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 182 89 143 0 0.51 0.21 0.29 325.16 0.39 0.53
Hex B6 59 8F 0 33 15 1D 145 27 35
Octal 266 131 217 0 63 25 35 505 47 65
Binary 10110110 1011001 10001111 0 110011 10101 11101 101000101 100111 110101

Color Harmonies of #B6598F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6598F

Black with #B6598F

Text Example


Text Example

White with #B6598F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6598F; }

 p { color: rgb(182,89,143); }

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

background-color css

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

 a { background-color: rgb(182,89,143); }

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

border-color css

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

 span { border-color: rgb(182,89,143); }

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