#BB4172

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

Shades of Royal Heath #BB4172

Tints of Royal Heath #BB4172

Color information

#BB4172 (or 0xBB4172) is unknown color: approx Royal Heath. HEX triplet: BB, 41 and 72. RGB value is (187,65,114). Sum of RGB (Red+Green+Blue) = 187+65+114=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4172 is #44BE8D. Grayscale: #6A6A6A. Windows color (decimal): -4505230 or 7487931. OLE color: 7487931.

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

Color convert

RGB18765114-
CMYK00.650.390.27
HSL335.9º48.41%49.41%-
HSV(B)335.9º65.24%73.33%-
XYZ25.4215.5617.58-
YUV107.06131.92185.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=51.09%
G=17.76%
B=31.15%

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
Decimal1876511400.650.390.27335.948.4149.41
HexBB4172041271B1503031
Octal273101162010147335206061
Binary10111011100000111100100100000110011111011101010000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4172; }

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

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

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

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

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

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

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

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