Html Css Color HEX #BB577A Royal Heath

📋 copy color: '#BB577A'

red 187 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #BB577A

Tints of Royal Heath #BB577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.97%

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

R = 47.22%
G = 21.97%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB577A (or 0xBB577A) is known color: Royal Heath. HEX triplet: BB, 57 and 7A. RGB value is (187,87,122). Sum of RGB (Red+Green+Blue) = 187+87+122=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB577A is #44A885. Grayscale: #787878. Windows color (decimal): -4499590 or 8017851. OLE color: 8017851.

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

Color convert

RGB 187 87 122 -
CMYK 0 0.53 0.35 0.27
HSL 339º 0.42% 0.54% -
HSV(B) 339º 0.53% 0.73% -
XYZ 27.41 18.79 20.59 -
YUV 120.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 187 87 122 0 0.53 0.35 0.27 339 0.42 0.54
Hex BB 57 7A 0 35 23 1B 153 2A 36
Octal 273 127 172 0 65 43 33 523 52 66
Binary 10111011 1010111 1111010 0 110101 100011 11011 101010011 101010 110110

Color Harmonies of #BB577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB577A

Black with #BB577A

Text Example


Text Example

White with #BB577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB577A; }

 p { color: rgb(187,87,122); }

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

background-color css

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

 a { background-color: rgb(187,87,122); }

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

border-color css

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

 span { border-color: rgb(187,87,122); }

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