#BB5675

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

Shades of Royal Heath #BB5675

Tints of Royal Heath #BB5675

Color information

#BB5675 (or 0xBB5675) is unknown color: approx Royal Heath. HEX triplet: BB, 56 and 75. RGB value is (187,86,117). Sum of RGB (Red+Green+Blue) = 187+86+117=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5675 is #44A98A. Grayscale: #777777. Windows color (decimal): -4499851 or 7689915. OLE color: 7689915.

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

Color convert

RGB18786117-
CMYK00.540.370.27
HSL341.58º42.62%53.53%-
HSV(B)341.58º54.01%73.33%-
XYZ27.0318.518.98-
YUV119.73126.46175.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 86 (33.98% from 255) = 22.05%
BLUE value IS 117 (46.09% from 255) = 30%
R=47.95%
G=22.05%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878611700.540.370.27341.5842.6253.53
HexBB5675036251B1562b36
Octal27312616506645335265366
Binary1011101110101101110101011011010010111011101010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5675; }

 p { color: rgb(187,86,117); }

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

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

 a { background-color: rgb(187,86,117); }

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

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

 span { border-color: rgb(187,86,117); }

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