#B1477A

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

Shades of Royal Heath #B1477A

Tints of Royal Heath #B1477A

Color information

#B1477A (or 0xB1477A) is unknown color: approx Royal Heath. HEX triplet: B1, 47 and 7A. RGB value is (177,71,122). Sum of RGB (Red+Green+Blue) = 177+71+122=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1477A is #4EB885. Grayscale: #6C6C6C. Windows color (decimal): -5159046 or 8013745. OLE color: 8013745.

HSL color Cylindrical-coordinate representation of color #B1477A: hue angle of 331.13º 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 #B1477A is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17771122-
CMYK00.600.310.31
HSL331.13º42.74%48.63%-
HSV(B)331.13º59.89%69.41%-
XYZ23.915.2620.1-
YUV108.51135.62176.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=47.84%
G=19.19%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777112200.600.310.31331.1342.7448.63
HexB1477A03C1F1F14b2b31
Octal26110717207437375135361
Binary101100011000111111101001111001111111111101001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1477A; }

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

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

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

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

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

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

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

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