#B0436E

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

Shades of Royal Heath #B0436E

Tints of Royal Heath #B0436E

Color information

#B0436E (or 0xB0436E) is unknown color: approx Royal Heath. HEX triplet: B0, 43 and 6E. RGB value is (176,67,110). Sum of RGB (Red+Green+Blue) = 176+67+110=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0436E is #4FBC91. Grayscale: #686868. Windows color (decimal): -5225618 or 7226288. OLE color: 7226288.

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

Color convert

RGB17667110-
CMYK00.620.370.31
HSL336.33º44.86%47.65%-
HSV(B)336.33º61.93%69.02%-
XYZ22.7314.3716.33-
YUV104.49131.11179-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=49.86%
G=18.98%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766711000.620.370.31336.3344.8647.65
HexB0436E03E251F1502d30
Octal26010315607645375205560
Binary1011000010000111101110011111010010111111101010000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0436E; }

 p { color: rgb(176,67,110); }

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

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

 a { background-color: rgb(176,67,110); }

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

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

 span { border-color: rgb(176,67,110); }

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