#BB5275

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

Shades of Royal Heath #BB5275

Tints of Royal Heath #BB5275

Color information

#BB5275 (or 0xBB5275) is unknown color: approx Royal Heath. HEX triplet: BB, 52 and 75. RGB value is (187,82,117). Sum of RGB (Red+Green+Blue) = 187+82+117=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5275 is #44AD8A. Grayscale: #757575. Windows color (decimal): -4500875 or 7688891. OLE color: 7688891.

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

Color convert

RGB18782117-
CMYK00.560.370.27
HSL340º43.57%52.75%-
HSV(B)340º56.15%73.33%-
XYZ26.7217.8818.87-
YUV117.38127.79177.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=48.45%
G=21.24%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878211700.560.370.2734043.5752.75
HexBB5275038251B1542c35
Octal27312216507045335245465
Binary1011101110100101110101011100010010111011101010100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5275; }

 p { color: rgb(187,82,117); }

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

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

 a { background-color: rgb(187,82,117); }

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

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

 span { border-color: rgb(187,82,117); }

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