#B1436C

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

Shades of Royal Heath #B1436C

Tints of Royal Heath #B1436C

Color information

#B1436C (or 0xB1436C) is unknown color: approx Royal Heath. HEX triplet: B1, 43 and 6C. RGB value is (177,67,108). Sum of RGB (Red+Green+Blue) = 177+67+108=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1436C is #4EBC93. Grayscale: #686868. Windows color (decimal): -5160084 or 7095217. OLE color: 7095217.

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

Color convert

RGB17767108-
CMYK00.620.390.31
HSL337.64º45.08%47.84%-
HSV(B)337.64º62.15%69.41%-
XYZ22.8514.4415.77-
YUV104.56129.94179.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=50.28%
G=19.03%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776710800.620.390.31337.6445.0847.84
HexB1436C03E271F1522d30
Octal26110315407647375225560
Binary1011000110000111101100011111010011111111101010010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1436C; }

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

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

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

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

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

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

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

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