#B8374A

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

Shades of Old Rose #B8374A

Tints of Old Rose #B8374A

Color information

#B8374A (or 0xB8374A) is unknown color: approx Old Rose. HEX triplet: B8, 37 and 4A. RGB value is (184,55,74). Sum of RGB (Red+Green+Blue) = 184+55+74=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8374A is #47C8B5. Grayscale: #5F5F5F. Windows color (decimal): -4704438 or 4863928. OLE color: 4863928.

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

Color convert

RGB1845574-
CMYK00.700.600.28
HSL351.16º53.97%46.86%-
HSV(B)351.16º70.11%72.16%-
XYZ22.3713.427.89-
YUV95.74115.74190.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.79%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=58.79%
G=17.57%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184557400.700.600.28351.1653.9746.86
HexB8374A0463C1C15f362f
Octal27067112010674345376657
Binary1011100011011110010100100011011110011100101011111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8374A; }

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

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

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

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

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

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

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

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