#B4334A

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

Shades of Old Rose #B4334A

Tints of Old Rose #B4334A

Color information

#B4334A (or 0xB4334A) is unknown color: approx Old Rose. HEX triplet: B4, 33 and 4A. RGB value is (180,51,74). Sum of RGB (Red+Green+Blue) = 180+51+74=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4334A is #4BCCB5. Grayscale: #5C5C5C. Windows color (decimal): -4967606 or 4862900. OLE color: 4862900.

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

Color convert

RGB1805174-
CMYK00.720.590.29
HSL349.3º55.84%45.29%-
HSV(B)349.3º71.67%70.59%-
XYZ21.2412.577.78-
YUV92.19117.74190.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=59.02%
G=16.72%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180517400.720.590.29349.355.8445.29
HexB4334A0483B1D15d382d
Octal26463112011073355357055
Binary1011010011001110010100100100011101111101101011101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4334A; }

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

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

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

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

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

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

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

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