Html Css Color HEX #B8587E Royal Heath

📋 copy color: '#B8587E'

red 184 ◦ green 88 ◦ blue 126

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

Shades of Royal Heath #B8587E

Tints of Royal Heath #B8587E

RGB

 RED value IS 184 (72.27% from 255) = 46.23%

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

 BLUE value IS 126 (49.61% from 255) = 31.66%

R = 46.23%
G = 22.11%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8587E (or 0xB8587E) is known color: Royal Heath. HEX triplet: B8, 58 and 7E. RGB value is (184,88,126). Sum of RGB (Red+Green+Blue) = 184+88+126=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8587E is #47A781. Grayscale: #787878. Windows color (decimal): -4695938 or 8280248. OLE color: 8280248.

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

Color convert

RGB 184 88 126 -
CMYK 0 0.52 0.32 0.28
HSL 336.25º 0.4% 0.53% -
HSV(B) 336.25º 0.52% 0.72% -
XYZ 27.02 18.68 21.92 -
YUV 121.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 184 88 126 0 0.52 0.32 0.28 336.25 0.4 0.53
Hex B8 58 7E 0 34 20 1C 150 28 35
Octal 270 130 176 0 64 40 34 520 50 65
Binary 10111000 1011000 1111110 0 110100 100000 11100 101010000 101000 110101

Color Harmonies of #B8587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8587E

Black with #B8587E

Text Example


Text Example

White with #B8587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8587E; }

 p { color: rgb(184,88,126); }

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

background-color css

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

 a { background-color: rgb(184,88,126); }

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

border-color css

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

 span { border-color: rgb(184,88,126); }

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