Html Css Color HEX #BB597F Royal Heath

📋 copy color: '#BB597F'

red 187 ◦ green 89 ◦ blue 127

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

Shades of Royal Heath #BB597F

Tints of Royal Heath #BB597F

RGB

 RED value IS 187 (73.44% from 255) = 46.4%

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 46.4%
G = 22.08%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB597F (or 0xBB597F) is known color: Royal Heath. HEX triplet: BB, 59 and 7F. RGB value is (187,89,127). Sum of RGB (Red+Green+Blue) = 187+89+127=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB597F is #44A680. Grayscale: #7A7A7A. Windows color (decimal): -4499073 or 8346043. OLE color: 8346043.

HSL color Cylindrical-coordinate representation of color #BB597F: hue angle of 336.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB597F is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 89 127 -
CMYK 0 0.52 0.32 0.27
HSL 336.73º 0.42% 0.54% -
HSV(B) 336.73º 0.52% 0.73% -
XYZ 27.9 19.24 22.32 -
YUV 122.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 187 89 127 0 0.52 0.32 0.27 336.73 0.42 0.54
Hex BB 59 7F 0 34 20 1B 151 2A 36
Octal 273 131 177 0 64 40 33 521 52 66
Binary 10111011 1011001 1111111 0 110100 100000 11011 101010001 101010 110110

Color Harmonies of #BB597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB597F

Black with #BB597F

Text Example


Text Example

White with #BB597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB597F; }

 p { color: rgb(187,89,127); }

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

background-color css

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

 a { background-color: rgb(187,89,127); }

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

border-color css

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

 span { border-color: rgb(187,89,127); }

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