#B4394B

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

Shades of Old Rose #B4394B

Tints of Old Rose #B4394B

Color information

#B4394B (or 0xB4394B) is unknown color: approx Old Rose. HEX triplet: B4, 39 and 4B. RGB value is (180,57,75). Sum of RGB (Red+Green+Blue) = 180+57+75=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4394B is #4BC6B4. Grayscale: #5F5F5F. Windows color (decimal): -4966069 or 4929972. OLE color: 4929972.

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

Color convert

RGB1805775-
CMYK00.680.580.29
HSL351.22º51.9%46.47%-
HSV(B)351.22º68.33%70.59%-
XYZ21.5613.148.06-
YUV95.83116.25188.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=57.69%
G=18.27%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180577500.680.580.29351.2251.946.47
HexB4394B0443A1D15f342e
Octal26471113010472355376456
Binary1011010011100110010110100010011101011101101011111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4394B; }

 p { color: rgb(180,57,75); }

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

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

 a { background-color: rgb(180,57,75); }

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

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

 span { border-color: rgb(180,57,75); }

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