#B5384E

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

Shades of Old Rose #B5384E

Tints of Old Rose #B5384E

Color information

#B5384E (or 0xB5384E) is unknown color: approx Old Rose. HEX triplet: B5, 38 and 4E. RGB value is (181,56,78). Sum of RGB (Red+Green+Blue) = 181+56+78=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5384E is #4AC7B1. Grayscale: #5F5F5F. Windows color (decimal): -4900786 or 5126325. OLE color: 5126325.

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

Color convert

RGB1815678-
CMYK00.690.570.29
HSL349.44º52.74%46.47%-
HSV(B)349.44º69.06%70.98%-
XYZ21.8513.28.6-
YUV95.88117.91188.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=57.46%
G=17.78%
B=24.76%

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
Decimal181567800.690.570.29349.4452.7446.47
HexB5384E045391D15d352e
Octal26570116010571355356556
Binary1011010111100010011100100010111100111101101011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5384E; }

 p { color: rgb(181,56,78); }

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

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

 a { background-color: rgb(181,56,78); }

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

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

 span { border-color: rgb(181,56,78); }

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