#B4204E

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

Shades of Old Rose #B4204E

Tints of Old Rose #B4204E

Color information

#B4204E (or 0xB4204E) is unknown color: approx Old Rose. HEX triplet: B4, 20 and 4E. RGB value is (180,32,78). Sum of RGB (Red+Green+Blue) = 180+32+78=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4204E is #4BDFB1. Grayscale: #515151. Windows color (decimal): -4972466 or 5120180. OLE color: 5120180.

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

Color convert

RGB1803278-
CMYK00.820.570.29
HSL341.35º69.81%41.57%-
HSV(B)341.35º82.22%70.59%-
XYZ20.7111.298.29-
YUV81.5126.03198.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=62.07%
G=11.03%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180327800.820.570.29341.3569.8141.57
HexB4204E052391D155462a
Octal264401160122713552510652
Binary10110100100000100111001010010111001111011010101011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4204E; }

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

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

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

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

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

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

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

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