#B1467E

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

Shades of Royal Heath #B1467E

Tints of Royal Heath #B1467E

Color information

#B1467E (or 0xB1467E) is unknown color: approx Royal Heath. HEX triplet: B1, 46 and 7E. RGB value is (177,70,126). Sum of RGB (Red+Green+Blue) = 177+70+126=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1467E is #4EB981. Grayscale: #6C6C6C. Windows color (decimal): -5159298 or 8275633. OLE color: 8275633.

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

Color convert

RGB17770126-
CMYK00.600.290.31
HSL328.6º43.32%48.43%-
HSV(B)328.6º60.45%69.41%-
XYZ24.0915.2321.41-
YUV108.38137.95176.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 70 (27.73% from 255) = 18.77%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=47.45%
G=18.77%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777012600.600.290.31328.643.3248.43
HexB1467E03C1D1F1492b30
Octal26110617607435375115360
Binary101100011000110111111001111001110111111101001001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1467E; }

 p { color: rgb(177,70,126); }

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

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

 a { background-color: rgb(177,70,126); }

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

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

 span { border-color: rgb(177,70,126); }

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