#B1437D

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

Shades of Royal Heath #B1437D

Tints of Royal Heath #B1437D

Color information

#B1437D (or 0xB1437D) is unknown color: approx Royal Heath. HEX triplet: B1, 43 and 7D. RGB value is (177,67,125). Sum of RGB (Red+Green+Blue) = 177+67+125=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1437D is #4EBC82. Grayscale: #6A6A6A. Windows color (decimal): -5160067 or 8209329. OLE color: 8209329.

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

Color convert

RGB17767125-
CMYK00.620.290.31
HSL328.36º45.08%47.84%-
HSV(B)328.36º62.15%69.41%-
XYZ23.8414.8421.01-
YUV106.5138.44178.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 67 (26.56% from 255) = 18.16%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=47.97%
G=18.16%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776712500.620.290.31328.3645.0847.84
HexB1437D03E1D1F1482d30
Octal26110317507635375105560
Binary101100011000011111110101111101110111111101001000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1437D; }

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

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

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

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

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

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

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

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