Html Css Color HEX #B0597F Royal Heath

📋 copy color: '#B0597F'

red 176 ◦ green 89 ◦ blue 127

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

Shades of Royal Heath #B0597F

Tints of Royal Heath #B0597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 44.9%
G = 22.7%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0597F (or 0xB0597F) is known color: Royal Heath. HEX triplet: B0, 59 and 7F. RGB value is (176,89,127). Sum of RGB (Red+Green+Blue) = 176+89+127=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0597F is #4FA680. Grayscale: #777777. Windows color (decimal): -5219969 or 8346032. OLE color: 8346032.

HSL color Cylindrical-coordinate representation of color #B0597F: hue angle of 333.79º 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 #B0597F is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 127 -
CMYK 0 0.49 0.28 0.31
HSL 333.79º 0.36% 0.52% -
HSV(B) 333.79º 0.49% 0.69% -
XYZ 25.31 17.91 22.2 -
YUV 119.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 176 89 127 0 0.49 0.28 0.31 333.79 0.36 0.52
Hex B0 59 7F 0 31 1C 1F 14E 24 34
Octal 260 131 177 0 61 34 37 516 44 64
Binary 10110000 1011001 1111111 0 110001 11100 11111 101001110 100100 110100

Color Harmonies of #B0597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0597F

Black with #B0597F

Text Example


Text Example

White with #B0597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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