#B7284E

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

Shades of Old Rose #B7284E

Tints of Old Rose #B7284E

Color information

#B7284E (or 0xB7284E) is unknown color: approx Old Rose. HEX triplet: B7, 28 and 4E. RGB value is (183,40,78). Sum of RGB (Red+Green+Blue) = 183+40+78=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7284E is #48D7B1. Grayscale: #575757. Windows color (decimal): -4773810 or 5122231. OLE color: 5122231.

HSL color Cylindrical-coordinate representation of color #B7284E: hue angle of 344.06º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7284E is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1834078-
CMYK00.780.570.28
HSL344.06º64.13%43.73%-
HSV(B)344.06º78.14%71.76%-
XYZ21.6612.138.41-
YUV87.09122.88196.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 40 (16.02% from 255) = 13.29%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=60.80%
G=13.29%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183407800.780.570.28344.0664.1343.73
HexB7284E04E391C158402c
Octal267501160116713453010054
Binary10110111101000100111001001110111001111001010110001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7284E; }

 p { color: rgb(183,40,78); }

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

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

 a { background-color: rgb(183,40,78); }

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

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

 span { border-color: rgb(183,40,78); }

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