#BB4168

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

Shades of Royal Heath #BB4168

Tints of Royal Heath #BB4168

Color information

#BB4168 (or 0xBB4168) is unknown color: approx Royal Heath. HEX triplet: BB, 41 and 68. RGB value is (187,65,104). Sum of RGB (Red+Green+Blue) = 187+65+104=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4168 is #44BE97. Grayscale: #696969. Windows color (decimal): -4505240 or 6832571. OLE color: 6832571.

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

Color convert

RGB18765104-
CMYK00.650.440.27
HSL340.82º48.41%49.41%-
HSV(B)340.82º65.24%73.33%-
XYZ24.8815.3414.75-
YUV105.92126.92185.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=52.53%
G=18.26%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876510400.650.440.27340.8248.4149.41
HexBB41680412C1B1553031
Octal273101150010154335256061
Binary10111011100000111010000100000110110011011101010101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4168; }

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

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

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

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

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

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

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

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