Html Css Color HEX #B0597D Royal Heath

📋 copy color: '#B0597D'

red 176 ◦ green 89 ◦ blue 125

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

Shades of Royal Heath #B0597D

Tints of Royal Heath #B0597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 45.13%
G = 22.82%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0597D (or 0xB0597D) is known color: Royal Heath. HEX triplet: B0, 59 and 7D. RGB value is (176,89,125). Sum of RGB (Red+Green+Blue) = 176+89+125=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0597D is #4FA682. Grayscale: #777777. Windows color (decimal): -5219971 or 8214960. OLE color: 8214960.

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

Color convert

RGB 176 89 125 -
CMYK 0 0.49 0.29 0.31
HSL 335.17º 0.36% 0.52% -
HSV(B) 335.17º 0.49% 0.69% -
XYZ 25.18 17.86 21.52 -
YUV 119.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 176 89 125 0 0.49 0.29 0.31 335.17 0.36 0.52
Hex B0 59 7D 0 31 1D 1F 14F 24 34
Octal 260 131 175 0 61 35 37 517 44 64
Binary 10110000 1011001 1111101 0 110001 11101 11111 101001111 100100 110100

Color Harmonies of #B0597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0597D

Black with #B0597D

Text Example


Text Example

White with #B0597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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