#bb446b

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

Shades of Royal Heath #BB446B

Tints of Royal Heath #BB446B

Color information

#BB446B (or 0xBB446B) is unknown color: approx Royal Heath. HEX triplet: BB, 44 and 6B. RGB value is (187,68,107). Sum of RGB (Red+Green+Blue) = 187+68+107=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB446B is #44BB94. Grayscale: #6B6B6B. Windows color (decimal): -4504469 or 7029947. OLE color: 7029947.

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

Color convert

RGB18768107-
CMYK00.640.430.27
HSL340.34º46.67%50%-
HSV(B)340.34º63.64%73.33%-
XYZ25.2115.7615.62-
YUV108.03127.42184.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 68 (26.95% from 255) = 18.78%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=51.66%
G=18.78%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876810700.640.430.27340.3446.6750
HexBB446B0402B1B1542f32
Octal273104153010053335245762
Binary10111011100010011010110100000010101111011101010100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb446b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb446b; }

 p { color: rgb(187,68,107); }

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

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

 a { background-color: rgb(187,68,107); }

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

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

 span { border-color: rgb(187,68,107); }

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