Html Css Color HEX #B9587C Royal Heath

📋 copy color: '#B9587C'

red 185 ◦ green 88 ◦ blue 124

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

Shades of Royal Heath #B9587C

Tints of Royal Heath #B9587C

RGB

 RED value IS 185 (72.66% from 255) = 46.6%

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

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

R = 46.6%
G = 22.17%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9587C (or 0xB9587C) is known color: Royal Heath. HEX triplet: B9, 58 and 7C. RGB value is (185,88,124). Sum of RGB (Red+Green+Blue) = 185+88+124=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9587C is #46A783. Grayscale: #797979. Windows color (decimal): -4630404 or 8149177. OLE color: 8149177.

HSL color Cylindrical-coordinate representation of color #B9587C: hue angle of 337.73º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9587C is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 88 124 -
CMYK 0 0.52 0.33 0.27
HSL 337.73º 0.41% 0.54% -
HSV(B) 337.73º 0.52% 0.73% -
XYZ 27.14 18.75 21.26 -
YUV 121.11 129.64 173.57 -
System Red Green Blue C M Y K H S L
Decimal 185 88 124 0 0.52 0.33 0.27 337.73 0.41 0.54
Hex B9 58 7C 0 34 21 1B 152 29 36
Octal 271 130 174 0 64 41 33 522 51 66
Binary 10111001 1011000 1111100 0 110100 100001 11011 101010010 101001 110110

Color Harmonies of #B9587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9587C

Black with #B9587C

Text Example


Text Example

White with #B9587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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