Html Css Color HEX #BB597D Royal Heath

📋 copy color: '#BB597D'

red 187 ◦ green 89 ◦ blue 125

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

Shades of Royal Heath #BB597D

Tints of Royal Heath #BB597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 46.63%
G = 22.19%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB597D (or 0xBB597D) is known color: Royal Heath. HEX triplet: BB, 59 and 7D. RGB value is (187,89,125). Sum of RGB (Red+Green+Blue) = 187+89+125=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB597D is #44A682. Grayscale: #7A7A7A. Windows color (decimal): -4499075 or 8214971. OLE color: 8214971.

HSL color Cylindrical-coordinate representation of color #BB597D: hue angle of 337.96º 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 #BB597D is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 89 125 -
CMYK 0 0.52 0.33 0.27
HSL 337.96º 0.42% 0.54% -
HSV(B) 337.96º 0.52% 0.73% -
XYZ 27.77 19.19 21.64 -
YUV 122.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 187 89 125 0 0.52 0.33 0.27 337.96 0.42 0.54
Hex BB 59 7D 0 34 21 1B 152 2A 36
Octal 273 131 175 0 64 41 33 522 52 66
Binary 10111011 1011001 1111101 0 110100 100001 11011 101010010 101010 110110

Color Harmonies of #BB597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB597D

Black with #BB597D

Text Example


Text Example

White with #BB597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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