Html Css Color HEX #B4597C Royal Heath

📋 copy color: '#B4597C'

red 180 ◦ green 89 ◦ blue 124

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

Shades of Royal Heath #B4597C

Tints of Royal Heath #B4597C

RGB

 RED value IS 180 (70.7% from 255) = 45.8%

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

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

R = 45.8%
G = 22.65%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4597C (or 0xB4597C) is known color: Royal Heath. HEX triplet: B4, 59 and 7C. RGB value is (180,89,124). Sum of RGB (Red+Green+Blue) = 180+89+124=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4597C is #4BA683. Grayscale: #787878. Windows color (decimal): -4957828 or 8149428. OLE color: 8149428.

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

Color convert

RGB 180 89 124 -
CMYK 0 0.51 0.31 0.29
HSL 336.92º 0.38% 0.53% -
HSV(B) 336.92º 0.51% 0.71% -
XYZ 26.03 18.3 21.23 -
YUV 120.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 180 89 124 0 0.51 0.31 0.29 336.92 0.38 0.53
Hex B4 59 7C 0 33 1F 1D 151 26 35
Octal 264 131 174 0 63 37 35 521 46 65
Binary 10110100 1011001 1111100 0 110011 11111 11101 101010001 100110 110101

Color Harmonies of #B4597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4597C

Black with #B4597C

Text Example


Text Example

White with #B4597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4597C; }

 p { color: rgb(180,89,124); }

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

background-color css

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

 a { background-color: rgb(180,89,124); }

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

border-color css

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

 span { border-color: rgb(180,89,124); }

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