#bb3e69

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

Shades of Royal Heath #BB3E69

Tints of Royal Heath #BB3E69

Color information

#BB3E69 (or 0xBB3E69) is unknown color: approx Royal Heath. HEX triplet: BB, 3E and 69. RGB value is (187,62,105). Sum of RGB (Red+Green+Blue) = 187+62+105=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E69 is #44C196. Grayscale: #686868. Windows color (decimal): -4506007 or 6897339. OLE color: 6897339.

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

Color convert

RGB18762105-
CMYK00.670.440.27
HSL339.36º50.2%48.82%-
HSV(B)339.36º66.84%73.33%-
XYZ24.7715.0314.96-
YUV104.28128.41187-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=52.82%
G=17.51%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876210500.670.440.27339.3650.248.82
HexBB3E690432C1B1533231
Octal27376151010354335236261
Binary1011101111111011010010100001110110011011101010011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3e69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3e69; }

 p { color: rgb(187,62,105); }

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

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

 a { background-color: rgb(187,62,105); }

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

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

 span { border-color: rgb(187,62,105); }

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