#B9384C

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

Shades of Old Rose #B9384C

Tints of Old Rose #B9384C

Color information

#B9384C (or 0xB9384C) is unknown color: approx Old Rose. HEX triplet: B9, 38 and 4C. RGB value is (185,56,76). Sum of RGB (Red+Green+Blue) = 185+56+76=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9384C is #46C7B3. Grayscale: #606060. Windows color (decimal): -4638644 or 4995257. OLE color: 4995257.

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

Color convert

RGB1855676-
CMYK00.700.590.27
HSL350.7º53.53%47.25%-
HSV(B)350.7º69.73%72.55%-
XYZ22.7313.668.28-
YUV96.85116.24190.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=58.36%
G=17.67%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185567600.700.590.27350.753.5347.25
HexB9384C0463B1B15f362f
Octal27170114010673335376657
Binary1011100111100010011000100011011101111011101011111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9384C; }

 p { color: rgb(185,56,76); }

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

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

 a { background-color: rgb(185,56,76); }

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

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

 span { border-color: rgb(185,56,76); }

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