#B8344C

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

Shades of Old Rose #B8344C

Tints of Old Rose #B8344C

Color information

#B8344C (or 0xB8344C) is unknown color: approx Old Rose. HEX triplet: B8, 34 and 4C. RGB value is (184,52,76). Sum of RGB (Red+Green+Blue) = 184+52+76=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8344C is #47CBB3. Grayscale: #5E5E5E. Windows color (decimal): -4705204 or 4994232. OLE color: 4994232.

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

Color convert

RGB1845276-
CMYK00.720.590.28
HSL349.09º55.93%46.27%-
HSV(B)349.09º71.74%72.16%-
XYZ22.313.178.2-
YUV94.2117.73192.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=58.97%
G=16.67%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184527600.720.590.28349.0955.9346.27
HexB8344C0483B1C15d382e
Octal27064114011073345357056
Binary1011100011010010011000100100011101111100101011101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8344C; }

 p { color: rgb(184,52,76); }

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

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

 a { background-color: rgb(184,52,76); }

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

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

 span { border-color: rgb(184,52,76); }

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