Html Css Color HEX #BB5173 Royal Heath

📋 copy color: '#BB5173'

red 187 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #BB5173

Tints of Royal Heath #BB5173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.15%

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

R = 48.83%
G = 21.15%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB5173 (or 0xBB5173) is known color: Royal Heath. HEX triplet: BB, 51 and 73. RGB value is (187,81,115). Sum of RGB (Red+Green+Blue) = 187+81+115=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5173 is #44AE8C. Grayscale: #747474. Windows color (decimal): -4501133 or 7557563. OLE color: 7557563.

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

Color convert

RGB 187 81 115 -
CMYK 0 0.57 0.39 0.27
HSL 340.75º 0.44% 0.53% -
HSV(B) 340.75º 0.57% 0.73% -
XYZ 26.53 17.69 18.24 -
YUV 116.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 187 81 115 0 0.57 0.39 0.27 340.75 0.44 0.53
Hex BB 51 73 0 39 27 1B 155 2C 35
Octal 273 121 163 0 71 47 33 525 54 65
Binary 10111011 1010001 1110011 0 111001 100111 11011 101010101 101100 110101

Color Harmonies of #BB5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5173

Black with #BB5173

Text Example


Text Example

White with #BB5173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5173; }

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

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

background-color css

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

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

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

border-color css

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

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

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