Html Css Color HEX #B1597B Royal Heath

📋 copy color: '#B1597B'

red 177 ◦ green 89 ◦ blue 123

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

Shades of Royal Heath #B1597B

Tints of Royal Heath #B1597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 45.5%
G = 22.88%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1597B (or 0xB1597B) is known color: Royal Heath. HEX triplet: B1, 59 and 7B. RGB value is (177,89,123). Sum of RGB (Red+Green+Blue) = 177+89+123=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1597B is #4EA684. Grayscale: #777777. Windows color (decimal): -5154437 or 8083889. OLE color: 8083889.

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

Color convert

RGB 177 89 123 -
CMYK 0 0.50 0.31 0.31
HSL 336.82º 0.36% 0.52% -
HSV(B) 336.82º 0.5% 0.69% -
XYZ 25.28 17.92 20.87 -
YUV 119.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 177 89 123 0 0.50 0.31 0.31 336.82 0.36 0.52
Hex B1 59 7B 0 32 1F 1F 151 24 34
Octal 261 131 173 0 62 37 37 521 44 64
Binary 10110001 1011001 1111011 0 110010 11111 11111 101010001 100100 110100

Color Harmonies of #B1597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1597B

Black with #B1597B

Text Example


Text Example

White with #B1597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1597B; }

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

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

background-color css

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

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

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

border-color css

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

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

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