#B4334F

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

Shades of Old Rose #B4334F

Tints of Old Rose #B4334F

Color information

#B4334F (or 0xB4334F) is unknown color: approx Old Rose. HEX triplet: B4, 33 and 4F. RGB value is (180,51,79). Sum of RGB (Red+Green+Blue) = 180+51+79=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4334F is #4BCCB0. Grayscale: #5C5C5C. Windows color (decimal): -4967601 or 5190580. OLE color: 5190580.

HSL color Cylindrical-coordinate representation of color #B4334F: hue angle of 346.98º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4334F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1805179-
CMYK00.720.560.29
HSL346.98º55.84%45.29%-
HSV(B)346.98º71.67%70.59%-
XYZ21.4212.648.71-
YUV92.76120.24190.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.06%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=58.06%
G=16.45%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180517900.720.560.29346.9855.8445.29
HexB4334F048381D15b382d
Octal26463117011070355337055
Binary1011010011001110011110100100011100011101101011011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4334F; }

 p { color: rgb(180,51,79); }

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

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

 a { background-color: rgb(180,51,79); }

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

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

 span { border-color: rgb(180,51,79); }

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