Html Css Color HEX #B0597C Royal Heath

📋 copy color: '#B0597C'

red 176 ◦ green 89 ◦ blue 124

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

Shades of Royal Heath #B0597C

Tints of Royal Heath #B0597C

RGB

 RED value IS 176 (69.14% from 255) = 45.24%

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

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

R = 45.24%
G = 22.88%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0597C (or 0xB0597C) is known color: Royal Heath. HEX triplet: B0, 59 and 7C. RGB value is (176,89,124). Sum of RGB (Red+Green+Blue) = 176+89+124=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0597C is #4FA683. Grayscale: #767676. Windows color (decimal): -5219972 or 8149424. OLE color: 8149424.

HSL color Cylindrical-coordinate representation of color #B0597C: hue angle of 335.86º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0597C is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 124 -
CMYK 0 0.49 0.30 0.31
HSL 335.86º 0.36% 0.52% -
HSV(B) 335.86º 0.49% 0.69% -
XYZ 25.11 17.83 21.19 -
YUV 119 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 176 89 124 0 0.49 0.30 0.31 335.86 0.36 0.52
Hex B0 59 7C 0 31 1E 1F 150 24 34
Octal 260 131 174 0 61 36 37 520 44 64
Binary 10110000 1011001 1111100 0 110001 11110 11111 101010000 100100 110100

Color Harmonies of #B0597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0597C

Black with #B0597C

Text Example


Text Example

White with #B0597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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