#BB4167

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

Shades of Royal Heath #BB4167

Tints of Royal Heath #BB4167

Color information

#BB4167 (or 0xBB4167) is unknown color: approx Royal Heath. HEX triplet: BB, 41 and 67. RGB value is (187,65,103). Sum of RGB (Red+Green+Blue) = 187+65+103=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4167 is #44BE98. Grayscale: #696969. Windows color (decimal): -4505241 or 6767035. OLE color: 6767035.

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

Color convert

RGB18765103-
CMYK00.650.450.27
HSL341.31º48.41%49.41%-
HSV(B)341.31º65.24%73.33%-
XYZ24.8315.3214.48-
YUV105.81126.42185.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=52.68%
G=18.31%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876510300.650.450.27341.3148.4149.41
HexBB41670412D1B1553031
Octal273101147010155335256061
Binary10111011100000111001110100000110110111011101010101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4167; }

 p { color: rgb(187,65,103); }

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

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

 a { background-color: rgb(187,65,103); }

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

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

 span { border-color: rgb(187,65,103); }

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