Html Css Color HEX #BB5172 Royal Heath

📋 copy color: '#BB5172'

red 187 ◦ green 81 ◦ blue 114

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

Shades of Royal Heath #BB5172

Tints of Royal Heath #BB5172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 48.95%
G = 21.2%
B = 29.84%

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

#BB5172 (or 0xBB5172) is known color: Royal Heath. HEX triplet: BB, 51 and 72. RGB value is (187,81,114). Sum of RGB (Red+Green+Blue) = 187+81+114=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5172 is #44AE8D. Grayscale: #747474. Windows color (decimal): -4501134 or 7492027. OLE color: 7492027.

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

Color convert

RGB 187 81 114 -
CMYK 0 0.57 0.39 0.27
HSL 341.32º 0.44% 0.53% -
HSV(B) 341.32º 0.57% 0.73% -
XYZ 26.47 17.66 17.93 -
YUV 116.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 187 81 114 0 0.57 0.39 0.27 341.32 0.44 0.53
Hex BB 51 72 0 39 27 1B 155 2C 35
Octal 273 121 162 0 71 47 33 525 54 65
Binary 10111011 1010001 1110010 0 111001 100111 11011 101010101 101100 110101

Color Harmonies of #BB5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5172

Black with #BB5172

Text Example


Text Example

White with #BB5172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5172; }

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

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

background-color css

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

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

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

border-color css

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

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

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