#B7284A

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

Shades of Old Rose #B7284A

Tints of Old Rose #B7284A

Color information

#B7284A (or 0xB7284A) is unknown color: approx Old Rose. HEX triplet: B7, 28 and 4A. RGB value is (183,40,74). Sum of RGB (Red+Green+Blue) = 183+40+74=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7284A is #48D7B5. Grayscale: #565656. Windows color (decimal): -4773814 or 4860087. OLE color: 4860087.

HSL color Cylindrical-coordinate representation of color #B7284A: hue angle of 345.73º 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 #B7284A is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1834074-
CMYK00.780.600.28
HSL345.73º64.13%43.73%-
HSV(B)345.73º78.14%71.76%-
XYZ21.5212.087.68-
YUV86.63120.88196.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.62%
GREEN value IS 40 (16.02% from 255) = 13.47%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=61.62%
G=13.47%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183407400.780.600.28345.7364.1343.73
HexB7284A04E3C1C15a402c
Octal267501120116743453210054
Binary10110111101000100101001001110111100111001010110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7284A; }

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

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

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

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

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

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

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

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