Html Css Color HEX #B0597E Royal Heath

📋 copy color: '#B0597E'

red 176 ◦ green 89 ◦ blue 126

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

Shades of Royal Heath #B0597E

Tints of Royal Heath #B0597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 45.01%
G = 22.76%
B = 32.23%

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

#B0597E (or 0xB0597E) is known color: Royal Heath. HEX triplet: B0, 59 and 7E. RGB value is (176,89,126). Sum of RGB (Red+Green+Blue) = 176+89+126=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0597E is #4FA681. Grayscale: #777777. Windows color (decimal): -5219970 or 8280496. OLE color: 8280496.

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

Color convert

RGB 176 89 126 -
CMYK 0 0.49 0.28 0.31
HSL 334.48º 0.36% 0.52% -
HSV(B) 334.48º 0.49% 0.69% -
XYZ 25.24 17.88 21.86 -
YUV 119.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 176 89 126 0 0.49 0.28 0.31 334.48 0.36 0.52
Hex B0 59 7E 0 31 1C 1F 14E 24 34
Octal 260 131 176 0 61 34 37 516 44 64
Binary 10110000 1011001 1111110 0 110001 11100 11111 101001110 100100 110100

Color Harmonies of #B0597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0597E

Black with #B0597E

Text Example


Text Example

White with #B0597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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