#B4384C

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

Shades of Old Rose #B4384C

Tints of Old Rose #B4384C

Color information

#B4384C (or 0xB4384C) is unknown color: approx Old Rose. HEX triplet: B4, 38 and 4C. RGB value is (180,56,76). Sum of RGB (Red+Green+Blue) = 180+56+76=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4384C is #4BC7B3. Grayscale: #5F5F5F. Windows color (decimal): -4966324 or 4995252. OLE color: 4995252.

HSL color Cylindrical-coordinate representation of color #B4384C: hue angle of 350.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4384C is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1805676-
CMYK00.690.580.29
HSL350.32º52.54%46.27%-
HSV(B)350.32º68.89%70.59%-
XYZ21.5413.058.22-
YUV95.36117.08188.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=57.69%
G=17.95%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180567600.690.580.29350.3252.5446.27
HexB4384C0453A1D15e352e
Octal26470114010572355366556
Binary1011010011100010011000100010111101011101101011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4384C; }

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

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

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

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

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

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

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

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