#B43851

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

Shades of Old Rose #B43851

Tints of Old Rose #B43851

Color information

#B43851 (or 0xB43851) is unknown color: approx Old Rose. HEX triplet: B4, 38 and 51. RGB value is (180,56,81). Sum of RGB (Red+Green+Blue) = 180+56+81=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B43851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43851 is #4BC7AE. Grayscale: #5F5F5F. Windows color (decimal): -4966319 or 5322932. OLE color: 5322932.

HSL color Cylindrical-coordinate representation of color #B43851: hue angle of 347.9º 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 #B43851 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1805681-
CMYK00.690.550.29
HSL347.9º52.54%46.27%-
HSV(B)347.9º68.89%70.59%-
XYZ21.7213.139.17-
YUV95.93119.58187.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 81 (32.03% from 255) = 25.55%
R=56.78%
G=17.67%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180568100.690.550.29347.952.5446.27
HexB43851045371D15c352e
Octal26470121010567355346556
Binary1011010011100010100010100010111011111101101011100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43851; }

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

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

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

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

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

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

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

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