#B1477F

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

Shades of Royal Heath #B1477F

Tints of Royal Heath #B1477F

Color information

#B1477F (or 0xB1477F) is unknown color: approx Royal Heath. HEX triplet: B1, 47 and 7F. RGB value is (177,71,127). Sum of RGB (Red+Green+Blue) = 177+71+127=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1477F is #4EB880. Grayscale: #6C6C6C. Windows color (decimal): -5159041 or 8341425. OLE color: 8341425.

HSL color Cylindrical-coordinate representation of color #B1477F: hue angle of 328.3º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1477F is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17771127-
CMYK00.600.280.31
HSL328.3º42.74%48.63%-
HSV(B)328.3º59.89%69.41%-
XYZ24.2215.3921.77-
YUV109.08138.12176.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 127 (50% from 255) = 33.87%
R=47.2%
G=18.93%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777112700.600.280.31328.342.7448.63
HexB1477F03C1C1F1482b31
Octal26110717707434375105361
Binary101100011000111111111101111001110011111101001000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1477F; }

 p { color: rgb(177,71,127); }

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

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

 a { background-color: rgb(177,71,127); }

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

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

 span { border-color: rgb(177,71,127); }

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