#BB4173

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

Shades of Royal Heath #BB4173

Tints of Royal Heath #BB4173

Color information

#BB4173 (or 0xBB4173) is unknown color: approx Royal Heath. HEX triplet: BB, 41 and 73. RGB value is (187,65,115). Sum of RGB (Red+Green+Blue) = 187+65+115=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4173 is #44BE8C. Grayscale: #6B6B6B. Windows color (decimal): -4505229 or 7553467. OLE color: 7553467.

HSL color Cylindrical-coordinate representation of color #BB4173: hue angle of 335.41º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4173 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18765115-
CMYK00.650.390.27
HSL335.41º48.41%49.41%-
HSV(B)335.41º65.24%73.33%-
XYZ25.4815.5817.88-
YUV107.18132.42184.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 115 (45.31% from 255) = 31.34%
R=50.95%
G=17.71%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876511500.650.390.27335.4148.4149.41
HexBB4173041271B14f3031
Octal273101163010147335176061
Binary10111011100000111100110100000110011111011101001111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4173; }

 p { color: rgb(187,65,115); }

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

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

 a { background-color: rgb(187,65,115); }

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

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

 span { border-color: rgb(187,65,115); }

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