#B0274E

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

Shades of Old Rose #B0274E

Tints of Old Rose #B0274E

Color information

#B0274E (or 0xB0274E) is unknown color: approx Old Rose. HEX triplet: B0, 27 and 4E. RGB value is (176,39,78). Sum of RGB (Red+Green+Blue) = 176+39+78=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B0274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0274E is #4FD8B1. Grayscale: #545454. Windows color (decimal): -5232818 or 5121968. OLE color: 5121968.

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

Color convert

RGB1763978-
CMYK00.780.560.31
HSL342.92º63.72%42.16%-
HSV(B)342.92º77.84%69.02%-
XYZ20.0111.238.32-
YUV84.41124.39193.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=60.07%
G=13.31%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176397800.780.560.31342.9263.7242.16
HexB0274E04E381F157402a
Octal260471160116703752710052
Binary10110000100111100111001001110111000111111010101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0274E; }

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

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

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

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

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

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

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

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