#B1456C

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

Shades of Royal Heath #B1456C

Tints of Royal Heath #B1456C

Color information

#B1456C (or 0xB1456C) is unknown color: approx Royal Heath. HEX triplet: B1, 45 and 6C. RGB value is (177,69,108). Sum of RGB (Red+Green+Blue) = 177+69+108=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1456C is #4EBA93. Grayscale: #696969. Windows color (decimal): -5159572 or 7095729. OLE color: 7095729.

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

Color convert

RGB17769108-
CMYK00.610.390.31
HSL338.33º43.9%48.24%-
HSV(B)338.33º61.02%69.41%-
XYZ22.9714.6915.81-
YUV105.74129.28178.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 19.49%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=50%
G=19.49%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776910800.610.390.31338.3343.948.24
HexB1456C03D271F1522c30
Octal26110515407547375225460
Binary1011000110001011101100011110110011111111101010010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1456C; }

 p { color: rgb(177,69,108); }

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

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

 a { background-color: rgb(177,69,108); }

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

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

 span { border-color: rgb(177,69,108); }

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