#BB356F

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

Shades of Royal Heath #BB356F

Tints of Royal Heath #BB356F

Color information

#BB356F (or 0xBB356F) is unknown color: approx Royal Heath. HEX triplet: BB, 35 and 6F. RGB value is (187,53,111). Sum of RGB (Red+Green+Blue) = 187+53+111=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB356F is #44CA90. Grayscale: #636363. Windows color (decimal): -4508305 or 7288251. OLE color: 7288251.

HSL color Cylindrical-coordinate representation of color #BB356F: hue angle of 334.03º 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 #BB356F is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18753111-
CMYK00.720.410.27
HSL334.03º55.83%47.06%-
HSV(B)334.03º71.66%73.33%-
XYZ24.6414.2616.49-
YUV99.68134.39190.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 53 (21.09% from 255) = 15.10%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=53.28%
G=15.10%
B=31.62%

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
Decimal1875311100.720.410.27334.0355.8347.06
HexBB356F048291B14e382f
Octal27365157011051335167057
Binary1011101111010111011110100100010100111011101001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB356F; }

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

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

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

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

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

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

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

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