Html Css Color HEX #B1597C Royal Heath

📋 copy color: '#B1597C'

red 177 ◦ green 89 ◦ blue 124

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

Shades of Royal Heath #B1597C

Tints of Royal Heath #B1597C

RGB

 RED value IS 177 (69.53% from 255) = 45.38%

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

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

R = 45.38%
G = 22.82%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1597C (or 0xB1597C) is known color: Royal Heath. HEX triplet: B1, 59 and 7C. RGB value is (177,89,124). Sum of RGB (Red+Green+Blue) = 177+89+124=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1597C is #4EA683. Grayscale: #777777. Windows color (decimal): -5154436 or 8149425. OLE color: 8149425.

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

Color convert

RGB 177 89 124 -
CMYK 0 0.50 0.30 0.31
HSL 336.14º 0.36% 0.52% -
HSV(B) 336.14º 0.5% 0.69% -
XYZ 25.34 17.95 21.2 -
YUV 119.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 177 89 124 0 0.50 0.30 0.31 336.14 0.36 0.52
Hex B1 59 7C 0 32 1E 1F 150 24 34
Octal 261 131 174 0 62 36 37 520 44 64
Binary 10110001 1011001 1111100 0 110010 11110 11111 101010000 100100 110100

Color Harmonies of #B1597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1597C

Black with #B1597C

Text Example


Text Example

White with #B1597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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