#B1456D

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

Shades of Royal Heath #B1456D

Tints of Royal Heath #B1456D

Color information

#B1456D (or 0xB1456D) is unknown color: approx Royal Heath. HEX triplet: B1, 45 and 6D. RGB value is (177,69,109). Sum of RGB (Red+Green+Blue) = 177+69+109=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1456D is #4EBA92. Grayscale: #696969. Windows color (decimal): -5159571 or 7161265. OLE color: 7161265.

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

Color convert

RGB17769109-
CMYK00.610.380.31
HSL337.78º43.9%48.24%-
HSV(B)337.78º61.02%69.41%-
XYZ23.0214.7116.09-
YUV105.85129.78178.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=49.86%
G=19.44%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776910900.610.380.31337.7843.948.24
HexB1456D03D261F1522c30
Octal26110515507546375225460
Binary1011000110001011101101011110110011011111101010010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1456D; }

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

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

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

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

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

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

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

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