#B7285A

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

Shades of Old Rose #B7285A

Tints of Old Rose #B7285A

Color information

#B7285A (or 0xB7285A) is unknown color: approx Old Rose. HEX triplet: B7, 28 and 5A. RGB value is (183,40,90). Sum of RGB (Red+Green+Blue) = 183+40+90=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7285A is #48D7A5. Grayscale: #585858. Windows color (decimal): -4773798 or 5908663. OLE color: 5908663.

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

Color convert

RGB1834090-
CMYK00.780.510.28
HSL339.02º64.13%43.73%-
HSV(B)339.02º78.14%71.76%-
XYZ22.1312.3210.88-
YUV88.46128.88195.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=58.47%
G=12.78%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183409000.780.510.28339.0264.1343.73
HexB7285A04E331C153402c
Octal267501320116633452310054
Binary10110111101000101101001001110110011111001010100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7285A; }

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

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

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

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

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

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

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

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