Html Css Color HEX #BB4579 Royal Heath

📋 copy color: '#BB4579'

red 187 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #BB4579

Tints of Royal Heath #BB4579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

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

R = 49.6%
G = 18.3%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB4579 (or 0xBB4579) is known color: Royal Heath. HEX triplet: BB, 45 and 79. RGB value is (187,69,121). Sum of RGB (Red+Green+Blue) = 187+69+121=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4579 is #44BA86. Grayscale: #6E6E6E. Windows color (decimal): -4504199 or 7947707. OLE color: 7947707.

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

Color convert

RGB 187 69 121 -
CMYK 0 0.63 0.35 0.27
HSL 333.56º 0.46% 0.5% -
HSV(B) 333.56º 0.63% 0.73% -
XYZ 26.07 16.2 19.84 -
YUV 110.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 187 69 121 0 0.63 0.35 0.27 333.56 0.46 0.5
Hex BB 45 79 0 3F 23 1B 14E 2E 32
Octal 273 105 171 0 77 43 33 516 56 62
Binary 10111011 1000101 1111001 0 111111 100011 11011 101001110 101110 110010

Color Harmonies of #BB4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4579

Black with #BB4579

Text Example


Text Example

White with #BB4579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4579; }

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

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

background-color css

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

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

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

border-color css

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

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

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