#BB5074

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

Shades of Royal Heath #BB5074

Tints of Royal Heath #BB5074

Color information

#BB5074 (or 0xBB5074) is unknown color: approx Royal Heath. HEX triplet: BB, 50 and 74. RGB value is (187,80,116). Sum of RGB (Red+Green+Blue) = 187+80+116=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5074 is #44AF8B. Grayscale: #747474. Windows color (decimal): -4501388 or 7622843. OLE color: 7622843.

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

Color convert

RGB18780116-
CMYK00.570.380.27
HSL339.81º44.03%52.35%-
HSV(B)339.81º57.22%73.33%-
XYZ26.5117.5618.52-
YUV116.1127.95178.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=48.83%
G=20.89%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878011600.570.380.27339.8144.0352.35
HexBB5074039261B1542c34
Octal27312016407146335245464
Binary1011101110100001110100011100110011011011101010100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5074; }

 p { color: rgb(187,80,116); }

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

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

 a { background-color: rgb(187,80,116); }

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

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

 span { border-color: rgb(187,80,116); }

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