#b7284f

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

Shades of Old Rose #B7284F

Tints of Old Rose #B7284F

Color information

#B7284F (or 0xB7284F) is unknown color: approx Old Rose. HEX triplet: B7, 28 and 4F. RGB value is (183,40,79). Sum of RGB (Red+Green+Blue) = 183+40+79=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B7284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7284F is #48D7B0. Grayscale: #575757. Windows color (decimal): -4773809 or 5187767. OLE color: 5187767.

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

Color convert

RGB1834079-
CMYK00.780.570.28
HSL343.64º64.13%43.73%-
HSV(B)343.64º78.14%71.76%-
XYZ21.712.158.6-
YUV87.2123.38196.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.60%
GREEN value IS 40 (16.02% from 255) = 13.25%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=60.60%
G=13.25%
B=26.16%

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
Decimal183407900.780.570.28343.6464.1343.73
HexB7284F04E391C158402c
Octal267501170116713453010054
Binary10110111101000100111101001110111001111001010110001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7284f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7284f; }

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

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

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

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

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

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

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

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