Html Css Color HEX #BB5079 Royal Heath

📋 copy color: '#BB5079'

red 187 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #BB5079

Tints of Royal Heath #BB5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

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

R = 48.2%
G = 20.62%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB5079 (or 0xBB5079) is known color: Royal Heath. HEX triplet: BB, 50 and 79. RGB value is (187,80,121). Sum of RGB (Red+Green+Blue) = 187+80+121=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5079 is #44AF86. Grayscale: #747474. Windows color (decimal): -4501383 or 7950523. OLE color: 7950523.

HSL color Cylindrical-coordinate representation of color #BB5079: hue angle of 337.01º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5079 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 121 -
CMYK 0 0.57 0.35 0.27
HSL 337.01º 0.44% 0.52% -
HSV(B) 337.01º 0.57% 0.73% -
XYZ 26.81 17.68 20.09 -
YUV 116.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 187 80 121 0 0.57 0.35 0.27 337.01 0.44 0.52
Hex BB 50 79 0 39 23 1B 151 2C 34
Octal 273 120 171 0 71 43 33 521 54 64
Binary 10111011 1010000 1111001 0 111001 100011 11011 101010001 101100 110100

Color Harmonies of #BB5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5079

Black with #BB5079

Text Example


Text Example

White with #BB5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5079; }

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

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

background-color css

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

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

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

border-color css

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

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

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