Html Css Color HEX #B6587C Royal Heath

📋 copy color: '#B6587C'

red 182 ◦ green 88 ◦ blue 124

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

Shades of Royal Heath #B6587C

Tints of Royal Heath #B6587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 46.19%
G = 22.34%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6587C (or 0xB6587C) is known color: Royal Heath. HEX triplet: B6, 58 and 7C. RGB value is (182,88,124). Sum of RGB (Red+Green+Blue) = 182+88+124=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6587C is #49A783. Grayscale: #787878. Windows color (decimal): -4827012 or 8149174. OLE color: 8149174.

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

Color convert

RGB 182 88 124 -
CMYK 0 0.52 0.32 0.29
HSL 337.02º 0.39% 0.53% -
HSV(B) 337.02º 0.52% 0.71% -
XYZ 26.42 18.38 21.22 -
YUV 120.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 182 88 124 0 0.52 0.32 0.29 337.02 0.39 0.53
Hex B6 58 7C 0 34 20 1D 151 27 35
Octal 266 130 174 0 64 40 35 521 47 65
Binary 10110110 1011000 1111100 0 110100 100000 11101 101010001 100111 110101

Color Harmonies of #B6587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6587C

Black with #B6587C

Text Example


Text Example

White with #B6587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6587C; }

 p { color: rgb(182,88,124); }

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

background-color css

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

 a { background-color: rgb(182,88,124); }

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

border-color css

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

 span { border-color: rgb(182,88,124); }

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