#B0436F

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

Shades of Royal Heath #B0436F

Tints of Royal Heath #B0436F

Color information

#B0436F (or 0xB0436F) is unknown color: approx Royal Heath. HEX triplet: B0, 43 and 6F. RGB value is (176,67,111). Sum of RGB (Red+Green+Blue) = 176+67+111=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0436F is #4FBC90. Grayscale: #686868. Windows color (decimal): -5225617 or 7291824. OLE color: 7291824.

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

Color convert

RGB17667111-
CMYK00.620.370.31
HSL335.78º44.86%47.65%-
HSV(B)335.78º61.93%69.02%-
XYZ22.7814.3916.62-
YUV104.61131.61178.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=49.72%
G=18.93%
B=31.36%

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
Decimal1766711100.620.370.31335.7844.8647.65
HexB0436F03E251F1502d30
Octal26010315707645375205560
Binary1011000010000111101111011111010010111111101010000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0436F; }

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

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

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

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

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

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

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

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