#BB5C7A

Color #BB5C7A Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BB5C7A

Tints of Royal Heath #BB5C7A

Color information

#BB5C7A (or 0xBB5C7A) is unknown color: approx Royal Heath. HEX triplet: BB, 5C and 7A. RGB value is (187,92,122). Sum of RGB (Red+Green+Blue) = 187+92+122=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C7A is #44A385. Grayscale: #7B7B7B. Windows color (decimal): -4498310 or 8019131. OLE color: 8019131.

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

Color convert

RGB18792122-
CMYK00.510.350.27
HSL341.05º41.13%54.71%-
HSV(B)341.05º50.8%73.33%-
XYZ27.8319.6220.73-
YUV123.82126.97173.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=46.63%
G=22.94%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879212200.510.350.27341.0541.1354.71
HexBB5C7A033231B1552937
Octal27313417206343335255167
Binary1011101110111001111010011001110001111011101010101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C7A; }

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

 H1.HeaderClassName
 {
   color: #BB5C7A;
 }
 .AnyTagClassName
 {
   color: #BB5C7A;
 }
</style>
background-color css

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

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

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

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

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

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