#B4374E

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

Shades of Old Rose #B4374E

Tints of Old Rose #B4374E

Color information

#B4374E (or 0xB4374E) is unknown color: approx Old Rose. HEX triplet: B4, 37 and 4E. RGB value is (180,55,78). Sum of RGB (Red+Green+Blue) = 180+55+78=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B4374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4374E is #4BC8B1. Grayscale: #5F5F5F. Windows color (decimal): -4966578 or 5126068. OLE color: 5126068.

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

Color convert

RGB1805578-
CMYK00.690.570.29
HSL348.96º53.19%46.08%-
HSV(B)348.96º69.44%70.59%-
XYZ21.5612.998.58-
YUV95118.41188.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=57.51%
G=17.57%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180557800.690.570.29348.9653.1946.08
HexB4374E045391D15d352e
Octal26467116010571355356556
Binary1011010011011110011100100010111100111101101011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4374E; }

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

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

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

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

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

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

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

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