Html Css Color HEX #B0597A Royal Heath

📋 copy color: '#B0597A'

red 176 ◦ green 89 ◦ blue 122

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

Shades of Royal Heath #B0597A

Tints of Royal Heath #B0597A

RGB

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

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

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

R = 45.48%
G = 23%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0597A (or 0xB0597A) is known color: Royal Heath. HEX triplet: B0, 59 and 7A. RGB value is (176,89,122). Sum of RGB (Red+Green+Blue) = 176+89+122=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0597A is #4FA685. Grayscale: #767676. Windows color (decimal): -5219974 or 8018352. OLE color: 8018352.

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

Color convert

RGB 176 89 122 -
CMYK 0 0.49 0.31 0.31
HSL 337.24º 0.36% 0.52% -
HSV(B) 337.24º 0.49% 0.69% -
XYZ 24.99 17.78 20.53 -
YUV 118.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 176 89 122 0 0.49 0.31 0.31 337.24 0.36 0.52
Hex B0 59 7A 0 31 1F 1F 151 24 34
Octal 260 131 172 0 61 37 37 521 44 64
Binary 10110000 1011001 1111010 0 110001 11111 11111 101010001 100100 110100

Color Harmonies of #B0597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0597A

Black with #B0597A

Text Example


Text Example

White with #B0597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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