Html Css Color HEX #BB5B7A Royal Heath

📋 copy color: '#BB5B7A'

red 187 ◦ green 91 ◦ blue 122

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

Shades of Royal Heath #BB5B7A

Tints of Royal Heath #BB5B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 46.75%
G = 22.75%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB5B7A (or 0xBB5B7A) is known color: Royal Heath. HEX triplet: BB, 5B and 7A. RGB value is (187,91,122). Sum of RGB (Red+Green+Blue) = 187+91+122=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B7A is #44A485. Grayscale: #7B7B7B. Windows color (decimal): -4498566 or 8018875. OLE color: 8018875.

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

Color convert

RGB 187 91 122 -
CMYK 0 0.51 0.35 0.27
HSL 340.63º 0.41% 0.55% -
HSV(B) 340.63º 0.51% 0.73% -
XYZ 27.75 19.45 20.7 -
YUV 123.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 187 91 122 0 0.51 0.35 0.27 340.63 0.41 0.55
Hex BB 5B 7A 0 33 23 1B 155 29 37
Octal 273 133 172 0 63 43 33 525 51 67
Binary 10111011 1011011 1111010 0 110011 100011 11011 101010101 101001 110111

Color Harmonies of #BB5B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5B7A

Black with #BB5B7A

Text Example


Text Example

White with #BB5B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5B7A; }

 p { color: rgb(187,91,122); }

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

background-color css

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

 a { background-color: rgb(187,91,122); }

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

border-color css

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

 span { border-color: rgb(187,91,122); }

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