#BB416B

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

Shades of Royal Heath #BB416B

Tints of Royal Heath #BB416B

Color information

#BB416B (or 0xBB416B) is unknown color: approx Royal Heath. HEX triplet: BB, 41 and 6B. RGB value is (187,65,107). Sum of RGB (Red+Green+Blue) = 187+65+107=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB416B is #44BE94. Grayscale: #6A6A6A. Windows color (decimal): -4505237 or 7029179. OLE color: 7029179.

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

Color convert

RGB18765107-
CMYK00.650.430.27
HSL339.34º48.41%49.41%-
HSV(B)339.34º65.24%73.33%-
XYZ25.0415.4115.56-
YUV106.27128.42185.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=52.09%
G=18.11%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876510700.650.430.27339.3448.4149.41
HexBB416B0412B1B1533031
Octal273101153010153335236061
Binary10111011100000111010110100000110101111011101010011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB416B; }

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

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

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

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

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

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

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

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