#B2374E

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

Shades of Old Rose #B2374E

Tints of Old Rose #B2374E

Color information

#B2374E (or 0xB2374E) is unknown color: approx Old Rose. HEX triplet: B2, 37 and 4E. RGB value is (178,55,78). Sum of RGB (Red+Green+Blue) = 178+55+78=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2374E is #4DC8B1. Grayscale: #5E5E5E. Windows color (decimal): -5097650 or 5126066. OLE color: 5126066.

HSL color Cylindrical-coordinate representation of color #B2374E: hue angle of 348.78º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2374E is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1785578-
CMYK00.690.560.30
HSL348.78º52.79%45.69%-
HSV(B)348.78º69.1%69.8%-
XYZ21.112.758.56-
YUV94.4118.75187.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=57.23%
G=17.68%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178557800.690.560.30348.7852.7945.69
HexB2374E045381E15d352e
Octal26267116010570365356556
Binary1011001011011110011100100010111100011110101011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2374E; }

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

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

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

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

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

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

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

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