#BB517B

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

Shades of Royal Heath #BB517B

Tints of Royal Heath #BB517B

Color information

#BB517B (or 0xBB517B) is unknown color: approx Royal Heath. HEX triplet: BB, 51 and 7B. RGB value is (187,81,123). Sum of RGB (Red+Green+Blue) = 187+81+123=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB517B is #44AE84. Grayscale: #757575. Windows color (decimal): -4501125 or 8081851. OLE color: 8081851.

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

Color convert

RGB18781123-
CMYK00.570.340.27
HSL336.23º43.8%52.55%-
HSV(B)336.23º56.68%73.33%-
XYZ27.0117.8820.77-
YUV117.48131.12177.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=47.83%
G=20.72%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878112300.570.340.27336.2343.852.55
HexBB517B039221B1502c35
Octal27312117307142335205465
Binary1011101110100011111011011100110001011011101010000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB517B; }

 p { color: rgb(187,81,123); }

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

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

 a { background-color: rgb(187,81,123); }

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

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

 span { border-color: rgb(187,81,123); }

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