Html Css Color HEX #BB4573 Royal Heath

📋 copy color: '#BB4573'

red 187 ◦ green 69 ◦ blue 115

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

Shades of Royal Heath #BB4573

Tints of Royal Heath #BB4573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 50.4%
G = 18.6%
B = 31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB4573 (or 0xBB4573) is known color: Royal Heath. HEX triplet: BB, 45 and 73. RGB value is (187,69,115). Sum of RGB (Red+Green+Blue) = 187+69+115=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4573 is #44BA8C. Grayscale: #6D6D6D. Windows color (decimal): -4504205 or 7554491. OLE color: 7554491.

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

Color convert

RGB 187 69 115 -
CMYK 0 0.63 0.39 0.27
HSL 336.61º 0.46% 0.5% -
HSV(B) 336.61º 0.63% 0.73% -
XYZ 25.72 16.06 17.96 -
YUV 109.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 187 69 115 0 0.63 0.39 0.27 336.61 0.46 0.5
Hex BB 45 73 0 3F 27 1B 151 2E 32
Octal 273 105 163 0 77 47 33 521 56 62
Binary 10111011 1000101 1110011 0 111111 100111 11011 101010001 101110 110010

Color Harmonies of #BB4573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4573

Black with #BB4573

Text Example


Text Example

White with #BB4573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4573; }

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

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

background-color css

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

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

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

border-color css

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

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

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