#B1437B

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

Shades of Royal Heath #B1437B

Tints of Royal Heath #B1437B

Color information

#B1437B (or 0xB1437B) is unknown color: approx Royal Heath. HEX triplet: B1, 43 and 7B. RGB value is (177,67,123). Sum of RGB (Red+Green+Blue) = 177+67+123=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1437B is #4EBC84. Grayscale: #6A6A6A. Windows color (decimal): -5160069 or 8078257. OLE color: 8078257.

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

Color convert

RGB17767123-
CMYK00.620.310.31
HSL329.45º45.08%47.84%-
HSV(B)329.45º62.15%69.41%-
XYZ23.7114.7920.34-
YUV106.27137.44178.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=48.23%
G=18.26%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776712300.620.310.31329.4545.0847.84
HexB1437B03E1F1F1492d30
Octal26110317307637375115560
Binary101100011000011111101101111101111111111101001001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1437B; }

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

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

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

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

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

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

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

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