#B43653

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

Shades of Old Rose #B43653

Tints of Old Rose #B43653

Color information

#B43653 (or 0xB43653) is unknown color: approx Old Rose. HEX triplet: B4, 36 and 53. RGB value is (180,54,83). Sum of RGB (Red+Green+Blue) = 180+54+83=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B43653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43653 is #4BC9AC. Grayscale: #5E5E5E. Windows color (decimal): -4966829 or 5453492. OLE color: 5453492.

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

Color convert

RGB1805483-
CMYK00.70.540.29
HSL346.19º53.85%45.88%-
HSV(B)346.19º70%70.59%-
XYZ21.712.979.54-
YUV94.98121.24188.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=56.78%
G=17.03%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180548300.70.540.29346.1953.8545.88
HexB43653046361D15a362e
Octal26466123010666355326656
Binary1011010011011010100110100011011011011101101011010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43653; }

 p { color: rgb(180,54,83); }

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

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

 a { background-color: rgb(180,54,83); }

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

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

 span { border-color: rgb(180,54,83); }

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