#B8447D

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

Shades of Royal Heath #B8447D

Tints of Royal Heath #B8447D

Color information

#B8447D (or 0xB8447D) is unknown color: approx Royal Heath. HEX triplet: B8, 44 and 7D. RGB value is (184,68,125). Sum of RGB (Red+Green+Blue) = 184+68+125=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8447D is #47BB82. Grayscale: #6D6D6D. Windows color (decimal): -4701059 or 8209592. OLE color: 8209592.

HSL color Cylindrical-coordinate representation of color #B8447D: hue angle of 330.52º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8447D is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18468125-
CMYK00.630.320.28
HSL330.52º46.03%49.41%-
HSV(B)330.52º63.04%72.16%-
XYZ25.5415.8121.11-
YUV109.18136.93181.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=48.81%
G=18.04%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846812500.630.320.28330.5246.0349.41
HexB8447D03F201C14b2e31
Octal27010417507740345135661
Binary1011100010001001111101011111110000011100101001011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8447D; }

 p { color: rgb(184,68,125); }

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

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

 a { background-color: rgb(184,68,125); }

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

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

 span { border-color: rgb(184,68,125); }

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