Html Css Color HEX #BB5D79 Royal Heath

📋 copy color: '#BB5D79'

red 187 ◦ green 93 ◦ blue 121

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

Shades of Royal Heath #BB5D79

Tints of Royal Heath #BB5D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 46.63%
G = 23.19%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB5D79 (or 0xBB5D79) is known color: Royal Heath. HEX triplet: BB, 5D and 79. RGB value is (187,93,121). Sum of RGB (Red+Green+Blue) = 187+93+121=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D79 is #44A286. Grayscale: #7C7C7C. Windows color (decimal): -4498055 or 7953851. OLE color: 7953851.

HSL color Cylindrical-coordinate representation of color #BB5D79: hue angle of 342.13º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5D79 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 121 -
CMYK 0 0.50 0.35 0.27
HSL 342.13º 0.41% 0.55% -
HSV(B) 342.13º 0.5% 0.73% -
XYZ 27.86 19.77 20.44 -
YUV 124.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 187 93 121 0 0.50 0.35 0.27 342.13 0.41 0.55
Hex BB 5D 79 0 32 23 1B 156 29 37
Octal 273 135 171 0 62 43 33 526 51 67
Binary 10111011 1011101 1111001 0 110010 100011 11011 101010110 101001 110111

Color Harmonies of #BB5D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D79

Black with #BB5D79

Text Example


Text Example

White with #BB5D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D79; }

 p { color: rgb(187,93,121); }

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

background-color css

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

 a { background-color: rgb(187,93,121); }

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

border-color css

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

 span { border-color: rgb(187,93,121); }

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