#BB386C

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

Shades of Royal Heath #BB386C

Tints of Royal Heath #BB386C

Color information

#BB386C (or 0xBB386C) is unknown color: approx Royal Heath. HEX triplet: BB, 38 and 6C. RGB value is (187,56,108). Sum of RGB (Red+Green+Blue) = 187+56+108=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB386C is #44C793. Grayscale: #656565. Windows color (decimal): -4507540 or 7092411. OLE color: 7092411.

HSL color Cylindrical-coordinate representation of color #BB386C: hue angle of 336.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB386C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18756108-
CMYK00.700.420.27
HSL336.18º53.91%47.65%-
HSV(B)336.18º70.05%73.33%-
XYZ24.6114.4815.68-
YUV101.1131.9189.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 56 (22.27% from 255) = 15.95%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=53.28%
G=15.95%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875610800.700.420.27336.1853.9147.65
HexBB386C0462A1B1503630
Octal27370154010652335206660
Binary1011101111100011011000100011010101011011101010000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB386C; }

 p { color: rgb(187,56,108); }

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

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

 a { background-color: rgb(187,56,108); }

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

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

 span { border-color: rgb(187,56,108); }

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