#B43847

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

Shades of Old Rose #B43847

Tints of Old Rose #B43847

Color information

#B43847 (or 0xB43847) is unknown color: approx Old Rose. HEX triplet: B4, 38 and 47. RGB value is (180,56,71). Sum of RGB (Red+Green+Blue) = 180+56+71=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B43847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43847 is #4BC7B8. Grayscale: #5E5E5E. Windows color (decimal): -4966329 or 4667572. OLE color: 4667572.

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

Color convert

RGB1805671-
CMYK00.690.610.29
HSL352.74º52.54%46.27%-
HSV(B)352.74º68.89%70.59%-
XYZ21.3712.997.34-
YUV94.79114.58188.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 71 (28.12% from 255) = 23.13%
R=58.63%
G=18.24%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180567100.690.610.29352.7452.5446.27
HexB438470453D1D161352e
Octal26470107010575355416556
Binary1011010011100010001110100010111110111101101100001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43847; }

 p { color: rgb(180,56,71); }

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

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

 a { background-color: rgb(180,56,71); }

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

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

 span { border-color: rgb(180,56,71); }

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