Html Css Color HEX #BB5176 Royal Heath

📋 copy color: '#BB5176'

red 187 ◦ green 81 ◦ blue 118

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

Shades of Royal Heath #BB5176

Tints of Royal Heath #BB5176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 48.45%
G = 20.98%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB5176 (or 0xBB5176) is known color: Royal Heath. HEX triplet: BB, 51 and 76. RGB value is (187,81,118). Sum of RGB (Red+Green+Blue) = 187+81+118=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5176 is #44AE89. Grayscale: #747474. Windows color (decimal): -4501130 or 7754171. OLE color: 7754171.

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

Color convert

RGB 187 81 118 -
CMYK 0 0.57 0.37 0.27
HSL 339.06º 0.44% 0.53% -
HSV(B) 339.06º 0.57% 0.73% -
XYZ 26.71 17.76 19.16 -
YUV 116.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 187 81 118 0 0.57 0.37 0.27 339.06 0.44 0.53
Hex BB 51 76 0 39 25 1B 153 2C 35
Octal 273 121 166 0 71 45 33 523 54 65
Binary 10111011 1010001 1110110 0 111001 100101 11011 101010011 101100 110101

Color Harmonies of #BB5176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5176

Black with #BB5176

Text Example


Text Example

White with #BB5176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5176; }

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

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

background-color css

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

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

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

border-color css

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

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

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