Html Css Color HEX #BB5579 Royal Heath

📋 copy color: '#BB5579'

red 187 ◦ green 85 ◦ blue 121

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

Shades of Royal Heath #BB5579

Tints of Royal Heath #BB5579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 47.58%
G = 21.63%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB5579 (or 0xBB5579) is known color: Royal Heath. HEX triplet: BB, 55 and 79. RGB value is (187,85,121). Sum of RGB (Red+Green+Blue) = 187+85+121=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5579 is #44AA86. Grayscale: #777777. Windows color (decimal): -4500103 or 7951803. OLE color: 7951803.

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

Color convert

RGB 187 85 121 -
CMYK 0 0.55 0.35 0.27
HSL 338.82º 0.43% 0.53% -
HSV(B) 338.82º 0.55% 0.73% -
XYZ 27.19 18.44 20.22 -
YUV 119.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 187 85 121 0 0.55 0.35 0.27 338.82 0.43 0.53
Hex BB 55 79 0 37 23 1B 153 2B 35
Octal 273 125 171 0 67 43 33 523 53 65
Binary 10111011 1010101 1111001 0 110111 100011 11011 101010011 101011 110101

Color Harmonies of #BB5579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5579

Black with #BB5579

Text Example


Text Example

White with #BB5579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5579; }

 p { color: rgb(187,85,121); }

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

background-color css

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

 a { background-color: rgb(187,85,121); }

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

border-color css

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

 span { border-color: rgb(187,85,121); }

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