#B2274E

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

Shades of Old Rose #B2274E

Tints of Old Rose #B2274E

Color information

#B2274E (or 0xB2274E) is unknown color: approx Old Rose. HEX triplet: B2, 27 and 4E. RGB value is (178,39,78). Sum of RGB (Red+Green+Blue) = 178+39+78=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2274E is #4DD8B1. Grayscale: #545454. Windows color (decimal): -5101746 or 5121970. OLE color: 5121970.

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

Color convert

RGB1783978-
CMYK00.780.560.30
HSL343.17º64.06%42.55%-
HSV(B)343.17º78.09%69.8%-
XYZ20.4611.478.34-
YUV85.01124.05194.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.34%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=60.34%
G=13.22%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178397800.780.560.30343.1764.0642.55
HexB2274E04E381E157402b
Octal262471160116703652710053
Binary10110010100111100111001001110111000111101010101111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2274E; }

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

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

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

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

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

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

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

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