#BB5075

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

Shades of Royal Heath #BB5075

Tints of Royal Heath #BB5075

Color information

#BB5075 (or 0xBB5075) is unknown color: approx Royal Heath. HEX triplet: BB, 50 and 75. RGB value is (187,80,117). Sum of RGB (Red+Green+Blue) = 187+80+117=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5075 is #44AF8A. Grayscale: #747474. Windows color (decimal): -4501387 or 7688379. OLE color: 7688379.

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

Color convert

RGB18780117-
CMYK00.570.370.27
HSL339.25º44.03%52.35%-
HSV(B)339.25º57.22%73.33%-
XYZ26.5717.5918.82-
YUV116.21128.45178.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=48.70%
G=20.83%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878011700.570.370.27339.2544.0352.35
HexBB5075039251B1532c34
Octal27312016507145335235464
Binary1011101110100001110101011100110010111011101010011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5075; }

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

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

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

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

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

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

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

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