#B43B4E

Color #B43B4E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B43B4E

Tints of Old Rose #B43B4E

Color information

#B43B4E (or 0xB43B4E) is unknown color: approx Old Rose. HEX triplet: B4, 3B and 4E. RGB value is (180,59,78). Sum of RGB (Red+Green+Blue) = 180+59+78=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43B4E is #4BC4B1. Grayscale: #616161. Windows color (decimal): -4965554 or 5127092. OLE color: 5127092.

HSL color Cylindrical-coordinate representation of color #B43B4E: hue angle of 350.58º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43B4E is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1805978-
CMYK00.670.570.29
HSL350.58º50.63%46.86%-
HSV(B)350.58º67.22%70.59%-
XYZ21.7613.388.64-
YUV97.34117.09186.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=56.78%
G=18.61%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180597800.670.570.29350.5850.6346.86
HexB43B4E043391D15f332f
Octal26473116010371355376357
Binary1011010011101110011100100001111100111101101011111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B4E; }

 p { color: rgb(180,59,78); }

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

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

 a { background-color: rgb(180,59,78); }

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

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

 span { border-color: rgb(180,59,78); }

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