#B8384F

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

Shades of Old Rose #B8384F

Tints of Old Rose #B8384F

Color information

#B8384F (or 0xB8384F) is unknown color: approx Old Rose. HEX triplet: B8, 38 and 4F. RGB value is (184,56,79). Sum of RGB (Red+Green+Blue) = 184+56+79=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B8384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8384F is #47C7B0. Grayscale: #606060. Windows color (decimal): -4704177 or 5191864. OLE color: 5191864.

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

Color convert

RGB1845679-
CMYK00.700.570.28
HSL349.22º53.33%47.06%-
HSV(B)349.22º69.57%72.16%-
XYZ22.5913.588.83-
YUV96.89117.91190.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.68%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=57.68%
G=17.55%
B=24.76%

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
Decimal184567900.700.570.28349.2253.3347.06
HexB8384F046391C15d352f
Octal27070117010671345356557
Binary1011100011100010011110100011011100111100101011101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8384F; }

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

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

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

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

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

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

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

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