#B4384D

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

Shades of Old Rose #B4384D

Tints of Old Rose #B4384D

Color information

#B4384D (or 0xB4384D) is unknown color: approx Old Rose. HEX triplet: B4, 38 and 4D. RGB value is (180,56,77). Sum of RGB (Red+Green+Blue) = 180+56+77=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B4384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4384D is #4BC7B2. Grayscale: #5F5F5F. Windows color (decimal): -4966323 or 5060788. OLE color: 5060788.

HSL color Cylindrical-coordinate representation of color #B4384D: hue angle of 349.84º 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 #B4384D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1805677-
CMYK00.690.570.29
HSL349.84º52.54%46.27%-
HSV(B)349.84º68.89%70.59%-
XYZ21.5813.078.41-
YUV95.47117.58188.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=57.51%
G=17.89%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180567700.690.570.29349.8452.5446.27
HexB4384D045391D15e352e
Octal26470115010571355366556
Binary1011010011100010011010100010111100111101101011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4384D; }

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

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

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

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

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

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

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

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