#BB356E

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

Shades of Royal Heath #BB356E

Tints of Royal Heath #BB356E

Color information

#BB356E (or 0xBB356E) is unknown color: approx Royal Heath. HEX triplet: BB, 35 and 6E. RGB value is (187,53,110). Sum of RGB (Red+Green+Blue) = 187+53+110=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB356E is #44CA91. Grayscale: #636363. Windows color (decimal): -4508306 or 7222715. OLE color: 7222715.

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

Color convert

RGB18753110-
CMYK00.720.410.27
HSL334.48º55.83%47.06%-
HSV(B)334.48º71.66%73.33%-
XYZ24.5814.2416.2-
YUV99.56133.89190.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 53 (21.09% from 255) = 15.14%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=53.43%
G=15.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875311000.720.410.27334.4855.8347.06
HexBB356E048291B14e382f
Octal27365156011051335167057
Binary1011101111010111011100100100010100111011101001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB356E; }

 p { color: rgb(187,53,110); }

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

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

 a { background-color: rgb(187,53,110); }

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

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

 span { border-color: rgb(187,53,110); }

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