Html Css Color HEX #BB5175 Royal Heath

📋 copy color: '#BB5175'

red 187 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #BB5175

Tints of Royal Heath #BB5175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 48.57%
G = 21.04%
B = 30.39%

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

#BB5175 (or 0xBB5175) is known color: Royal Heath. HEX triplet: BB, 51 and 75. RGB value is (187,81,117). Sum of RGB (Red+Green+Blue) = 187+81+117=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5175 is #44AE8A. Grayscale: #747474. Windows color (decimal): -4501131 or 7688635. OLE color: 7688635.

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

Color convert

RGB 187 81 117 -
CMYK 0 0.57 0.37 0.27
HSL 339.62º 0.44% 0.53% -
HSV(B) 339.62º 0.57% 0.73% -
XYZ 26.65 17.73 18.85 -
YUV 116.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 187 81 117 0 0.57 0.37 0.27 339.62 0.44 0.53
Hex BB 51 75 0 39 25 1B 154 2C 35
Octal 273 121 165 0 71 45 33 524 54 65
Binary 10111011 1010001 1110101 0 111001 100101 11011 101010100 101100 110101

Color Harmonies of #BB5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5175

Black with #BB5175

Text Example


Text Example

White with #BB5175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5175; }

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

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

background-color css

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

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

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

border-color css

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

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

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