#B8374F

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

Shades of Old Rose #B8374F

Tints of Old Rose #B8374F

Color information

#B8374F (or 0xB8374F) is unknown color: approx Old Rose. HEX triplet: B8, 37 and 4F. RGB value is (184,55,79). Sum of RGB (Red+Green+Blue) = 184+55+79=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B8374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8374F is #47C8B0. Grayscale: #606060. Windows color (decimal): -4704433 or 5191608. OLE color: 5191608.

HSL color Cylindrical-coordinate representation of color #B8374F: hue angle of 348.84º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8374F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1845579-
CMYK00.700.570.28
HSL348.84º53.97%46.86%-
HSV(B)348.84º70.11%72.16%-
XYZ22.5413.498.81-
YUV96.31118.24190.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.86%
GREEN value IS 55 (21.88% from 255) = 17.30%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=57.86%
G=17.30%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184557900.700.570.28348.8453.9746.86
HexB8374F046391C15d362f
Octal27067117010671345356657
Binary1011100011011110011110100011011100111100101011101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8374F; }

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

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

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

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

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

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

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

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