#BB3F70

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

Shades of Royal Heath #BB3F70

Tints of Royal Heath #BB3F70

Color information

#BB3F70 (or 0xBB3F70) is unknown color: approx Royal Heath. HEX triplet: BB, 3F and 70. RGB value is (187,63,112). Sum of RGB (Red+Green+Blue) = 187+63+112=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F70 is #44C08F. Grayscale: #696969. Windows color (decimal): -4505744 or 7356347. OLE color: 7356347.

HSL color Cylindrical-coordinate representation of color #BB3F70: hue angle of 336.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F70 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18763112-
CMYK00.660.400.27
HSL336.29º49.6%49.02%-
HSV(B)336.29º66.31%73.33%-
XYZ25.215.2916.95-
YUV105.66131.58186.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=51.66%
G=17.40%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876311200.660.400.27336.2949.649.02
HexBB3F70042281B1503231
Octal27377160010250335206261
Binary1011101111111111100000100001010100011011101010000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F70; }

 p { color: rgb(187,63,112); }

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

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

 a { background-color: rgb(187,63,112); }

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

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

 span { border-color: rgb(187,63,112); }

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