Html Css Color HEX #B6598C Mulberry

📋 copy color: '#B6598C'

red 182 ◦ green 89 ◦ blue 140

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

Shades of Mulberry #B6598C

Tints of Mulberry #B6598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 44.28%
G = 21.65%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6598C (or 0xB6598C) is known color: Mulberry. HEX triplet: B6, 59 and 8C. RGB value is (182,89,140). Sum of RGB (Red+Green+Blue) = 182+89+140=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B6598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6598C is #49A673. Grayscale: #7A7A7A. Windows color (decimal): -4826740 or 9198006. OLE color: 9198006.

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

Color convert

RGB 182 89 140 -
CMYK 0 0.51 0.23 0.29
HSL 327.1º 0.39% 0.53% -
HSV(B) 327.1º 0.51% 0.71% -
XYZ 27.6 18.98 27.02 -
YUV 122.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 182 89 140 0 0.51 0.23 0.29 327.1 0.39 0.53
Hex B6 59 8C 0 33 17 1D 147 27 35
Octal 266 131 214 0 63 27 35 507 47 65
Binary 10110110 1011001 10001100 0 110011 10111 11101 101000111 100111 110101

Color Harmonies of #B6598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6598C

Black with #B6598C

Text Example


Text Example

White with #B6598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6598C; }

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

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

background-color css

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

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

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

border-color css

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

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

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