#B4374F

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

Shades of Old Rose #B4374F

Tints of Old Rose #B4374F

Color information

#B4374F (or 0xB4374F) is unknown color: approx Old Rose. HEX triplet: B4, 37 and 4F. RGB value is (180,55,79). Sum of RGB (Red+Green+Blue) = 180+55+79=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B4374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4374F is #4BC8B0. Grayscale: #5F5F5F. Windows color (decimal): -4966577 or 5191604. OLE color: 5191604.

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

Color convert

RGB1805579-
CMYK00.690.560.29
HSL348.48º53.19%46.08%-
HSV(B)348.48º69.44%70.59%-
XYZ21.6138.77-
YUV95.11118.91188.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=57.32%
G=17.52%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180557900.690.560.29348.4853.1946.08
HexB4374F045381D15c352e
Octal26467117010570355346556
Binary1011010011011110011110100010111100011101101011100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4374F; }

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

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

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

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

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

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

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

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