#B2384F

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

Shades of Old Rose #B2384F

Tints of Old Rose #B2384F

Color information

#B2384F (or 0xB2384F) is unknown color: approx Old Rose. HEX triplet: B2, 38 and 4F. RGB value is (178,56,79). Sum of RGB (Red+Green+Blue) = 178+56+79=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B2384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2384F is #4DC7B0. Grayscale: #5F5F5F. Windows color (decimal): -5097393 or 5191858. OLE color: 5191858.

HSL color Cylindrical-coordinate representation of color #B2384F: hue angle of 348.69º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2384F is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1785679-
CMYK00.690.560.30
HSL348.69º52.14%45.88%-
HSV(B)348.69º68.54%69.8%-
XYZ21.1912.868.76-
YUV95.1118.92187.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.87%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=56.87%
G=17.89%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178567900.690.560.30348.6952.1445.88
HexB2384F045381E15d342e
Octal26270117010570365356456
Binary1011001011100010011110100010111100011110101011101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2384F; }

 p { color: rgb(178,56,79); }

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

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

 a { background-color: rgb(178,56,79); }

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

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

 span { border-color: rgb(178,56,79); }

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