#B4334C

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

Shades of Old Rose #B4334C

Tints of Old Rose #B4334C

Color information

#B4334C (or 0xB4334C) is unknown color: approx Old Rose. HEX triplet: B4, 33 and 4C. RGB value is (180,51,76). Sum of RGB (Red+Green+Blue) = 180+51+76=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4334C is #4BCCB3. Grayscale: #5C5C5C. Windows color (decimal): -4967604 or 4993972. OLE color: 4993972.

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

Color convert

RGB1805176-
CMYK00.720.580.29
HSL348.37º55.84%45.29%-
HSV(B)348.37º71.67%70.59%-
XYZ21.3112.598.14-
YUV92.42118.74190.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=58.63%
G=16.61%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180517600.720.580.29348.3755.8445.29
HexB4334C0483A1D15c382d
Octal26463114011072355347055
Binary1011010011001110011000100100011101011101101011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4334C; }

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

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

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

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

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

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

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

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