#B1427B

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

Shades of Royal Heath #B1427B

Tints of Royal Heath #B1427B

Color information

#B1427B (or 0xB1427B) is unknown color: approx Royal Heath. HEX triplet: B1, 42 and 7B. RGB value is (177,66,123). Sum of RGB (Red+Green+Blue) = 177+66+123=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1427B is #4EBD84. Grayscale: #696969. Windows color (decimal): -5160325 or 8078001. OLE color: 8078001.

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

Color convert

RGB17766123-
CMYK00.630.310.31
HSL329.19º45.68%47.65%-
HSV(B)329.19º62.71%69.41%-
XYZ23.6514.6720.32-
YUV105.69137.77178.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=48.36%
G=18.03%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776612300.630.310.31329.1945.6847.65
HexB1427B03F1F1F1492e30
Octal26110217307737375115660
Binary101100011000010111101101111111111111111101001001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1427B; }

 p { color: rgb(177,66,123); }

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

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

 a { background-color: rgb(177,66,123); }

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

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

 span { border-color: rgb(177,66,123); }

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