#B8304F

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

Shades of Old Rose #B8304F

Tints of Old Rose #B8304F

Color information

#B8304F (or 0xB8304F) is unknown color: approx Old Rose. HEX triplet: B8, 30 and 4F. RGB value is (184,48,79). Sum of RGB (Red+Green+Blue) = 184+48+79=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8304F is #47CFB0. Grayscale: #5C5C5C. Windows color (decimal): -4706225 or 5189816. OLE color: 5189816.

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

Color convert

RGB1844879-
CMYK00.740.570.28
HSL346.32º58.62%45.49%-
HSV(B)346.32º73.91%72.16%-
XYZ22.2412.878.71-
YUV92.2120.56193.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.16%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=59.16%
G=15.43%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184487900.740.570.28346.3258.6245.49
HexB8304F04A391C15a3b2d
Octal27060117011271345327355
Binary1011100011000010011110100101011100111100101011010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8304F; }

 p { color: rgb(184,48,79); }

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

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

 a { background-color: rgb(184,48,79); }

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

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

 span { border-color: rgb(184,48,79); }

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