Html Css Color HEX #BB5E79 Royal Heath

📋 copy color: '#BB5E79'

red 187 ◦ green 94 ◦ blue 121

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

Shades of Royal Heath #BB5E79

Tints of Royal Heath #BB5E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

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

R = 46.52%
G = 23.38%
B = 30.1%

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

#BB5E79 (or 0xBB5E79) is known color: Royal Heath. HEX triplet: BB, 5E and 79. RGB value is (187,94,121). Sum of RGB (Red+Green+Blue) = 187+94+121=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E79 is #44A186. Grayscale: #7C7C7C. Windows color (decimal): -4497799 or 7954107. OLE color: 7954107.

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

Color convert

RGB 187 94 121 -
CMYK 0 0.50 0.35 0.27
HSL 342.58º 0.41% 0.55% -
HSV(B) 342.58º 0.5% 0.73% -
XYZ 27.95 19.95 20.47 -
YUV 124.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 187 94 121 0 0.50 0.35 0.27 342.58 0.41 0.55
Hex BB 5E 79 0 32 23 1B 157 29 37
Octal 273 136 171 0 62 43 33 527 51 67
Binary 10111011 1011110 1111001 0 110010 100011 11011 101010111 101001 110111

Color Harmonies of #BB5E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E79

Black with #BB5E79

Text Example


Text Example

White with #BB5E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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