#BB5B81

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

Shades of Royal Heath #BB5B81

Tints of Royal Heath #BB5B81

Color information

#BB5B81 (or 0xBB5B81) is unknown color: approx Royal Heath. HEX triplet: BB, 5B and 81. RGB value is (187,91,129). Sum of RGB (Red+Green+Blue) = 187+91+129=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5B81 is #44A47E. Grayscale: #7B7B7B. Windows color (decimal): -4498559 or 8477627. OLE color: 8477627.

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

Color convert

RGB18791129-
CMYK00.510.310.27
HSL336.25º41.38%54.51%-
HSV(B)336.25º51.34%73.33%-
XYZ28.219.6323.07-
YUV124.04130.8172.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=45.95%
G=22.36%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879112900.510.310.27336.2541.3854.51
HexBB5B810331F1B1502937
Octal27313320106337335205167
Binary1011101110110111000000101100111111111011101010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B81; }

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

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

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

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

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

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

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

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