#B4364D

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

Shades of Old Rose #B4364D

Tints of Old Rose #B4364D

Color information

#B4364D (or 0xB4364D) is unknown color: approx Old Rose. HEX triplet: B4, 36 and 4D. RGB value is (180,54,77). Sum of RGB (Red+Green+Blue) = 180+54+77=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B4364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4364D is #4BC9B2. Grayscale: #5E5E5E. Windows color (decimal): -4966835 or 5060276. OLE color: 5060276.

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

Color convert

RGB1805477-
CMYK00.70.570.29
HSL349.05º53.85%45.88%-
HSV(B)349.05º70%70.59%-
XYZ21.4812.888.37-
YUV94.3118.24189.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=57.88%
G=17.36%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180547700.70.570.29349.0553.8545.88
HexB4364D046391D15d362e
Octal26466115010671355356656
Binary1011010011011010011010100011011100111101101011101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4364D; }

 p { color: rgb(180,54,77); }

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

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

 a { background-color: rgb(180,54,77); }

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

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

 span { border-color: rgb(180,54,77); }

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