#B4426D

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

Shades of Royal Heath #B4426D

Tints of Royal Heath #B4426D

Color information

#B4426D (or 0xB4426D) is unknown color: approx Royal Heath. HEX triplet: B4, 42 and 6D. RGB value is (180,66,109). Sum of RGB (Red+Green+Blue) = 180+66+109=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4426D is #4BBD92. Grayscale: #686868. Windows color (decimal): -4963731 or 7160500. OLE color: 7160500.

HSL color Cylindrical-coordinate representation of color #B4426D: hue angle of 337.37º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4426D is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18066109-
CMYK00.630.390.29
HSL337.37º46.34%48.24%-
HSV(B)337.37º63.33%70.59%-
XYZ23.5314.716.07-
YUV104.99130.27181.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=50.70%
G=18.59%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806610900.630.390.29337.3746.3448.24
HexB4426D03F271D1512e30
Octal26410215507747355215660
Binary1011010010000101101101011111110011111101101010001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4426D; }

 p { color: rgb(180,66,109); }

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

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

 a { background-color: rgb(180,66,109); }

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

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

 span { border-color: rgb(180,66,109); }

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