#B43954

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

Shades of Old Rose #B43954

Tints of Old Rose #B43954

Color information

#B43954 (or 0xB43954) is unknown color: approx Old Rose. HEX triplet: B4, 39 and 54. RGB value is (180,57,84). Sum of RGB (Red+Green+Blue) = 180+57+84=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B43954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43954 is #4BC6AB. Grayscale: #606060. Windows color (decimal): -4966060 or 5519796. OLE color: 5519796.

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

Color convert

RGB1805784-
CMYK00.680.530.29
HSL346.83º51.9%46.47%-
HSV(B)346.83º68.33%70.59%-
XYZ21.8913.279.8-
YUV96.85120.75187.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.07%
GREEN value IS 57 (22.66% from 255) = 17.76%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=56.07%
G=17.76%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180578400.680.530.29346.8351.946.47
HexB43954044351D15b342e
Octal26471124010465355336456
Binary1011010011100110101000100010011010111101101011011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43954; }

 p { color: rgb(180,57,84); }

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

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

 a { background-color: rgb(180,57,84); }

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

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

 span { border-color: rgb(180,57,84); }

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