#BB3A6F

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

Shades of Royal Heath #BB3A6F

Tints of Royal Heath #BB3A6F

Color information

#BB3A6F (or 0xBB3A6F) is unknown color: approx Royal Heath. HEX triplet: BB, 3A and 6F. RGB value is (187,58,111). Sum of RGB (Red+Green+Blue) = 187+58+111=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3A6F is #44C590. Grayscale: #666666. Windows color (decimal): -4507025 or 7289531. OLE color: 7289531.

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

Color convert

RGB18758111-
CMYK00.690.410.27
HSL335.35º52.65%48.04%-
HSV(B)335.35º68.98%73.33%-
XYZ24.8814.7416.57-
YUV102.61132.74188.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=52.53%
G=16.29%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875811100.690.410.27335.3552.6548.04
HexBB3A6F045291B14f3530
Octal27372157010551335176560
Binary1011101111101011011110100010110100111011101001111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A6F; }

 p { color: rgb(187,58,111); }

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

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

 a { background-color: rgb(187,58,111); }

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

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

 span { border-color: rgb(187,58,111); }

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