Html Css Color HEX #B4597A Royal Heath

📋 copy color: '#B4597A'

red 180 ◦ green 89 ◦ blue 122

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

Shades of Royal Heath #B4597A

Tints of Royal Heath #B4597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 46.04%
G = 22.76%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4597A (or 0xB4597A) is known color: Royal Heath. HEX triplet: B4, 59 and 7A. RGB value is (180,89,122). Sum of RGB (Red+Green+Blue) = 180+89+122=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4597A is #4BA685. Grayscale: #777777. Windows color (decimal): -4957830 or 8018356. OLE color: 8018356.

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

Color convert

RGB 180 89 122 -
CMYK 0 0.51 0.32 0.29
HSL 338.24º 0.38% 0.53% -
HSV(B) 338.24º 0.51% 0.71% -
XYZ 25.91 18.25 20.57 -
YUV 119.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 180 89 122 0 0.51 0.32 0.29 338.24 0.38 0.53
Hex B4 59 7A 0 33 20 1D 152 26 35
Octal 264 131 172 0 63 40 35 522 46 65
Binary 10110100 1011001 1111010 0 110011 100000 11101 101010010 100110 110101

Color Harmonies of #B4597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4597A

Black with #B4597A

Text Example


Text Example

White with #B4597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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