#B7284B

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

Shades of Old Rose #B7284B

Tints of Old Rose #B7284B

Color information

#B7284B (or 0xB7284B) is unknown color: approx Old Rose. HEX triplet: B7, 28 and 4B. RGB value is (183,40,75). Sum of RGB (Red+Green+Blue) = 183+40+75=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7284B is #48D7B4. Grayscale: #565656. Windows color (decimal): -4773813 or 4925623. OLE color: 4925623.

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

Color convert

RGB1834075-
CMYK00.780.590.28
HSL345.31º64.13%43.73%-
HSV(B)345.31º78.14%71.76%-
XYZ21.5612.097.85-
YUV86.75121.38196.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.41%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=61.41%
G=13.42%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183407500.780.590.28345.3164.1343.73
HexB7284B04E3B1C159402c
Octal267501130116733453110054
Binary10110111101000100101101001110111011111001010110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7284B; }

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

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

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

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

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

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

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

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