#B0334C

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

Shades of Old Rose #B0334C

Tints of Old Rose #B0334C

Color information

#B0334C (or 0xB0334C) is unknown color: approx Old Rose. HEX triplet: B0, 33 and 4C. RGB value is (176,51,76). Sum of RGB (Red+Green+Blue) = 176+51+76=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0334C is #4FCCB3. Grayscale: #5B5B5B. Windows color (decimal): -5229748 or 4993968. OLE color: 4993968.

HSL color Cylindrical-coordinate representation of color #B0334C: hue angle of 348º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0334C is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1765176-
CMYK00.710.570.31
HSL348º55.07%44.51%-
HSV(B)348º71.02%69.02%-
XYZ20.3912.128.1-
YUV91.22119.41188.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.09%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=58.09%
G=16.83%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176517600.710.570.3134855.0744.51
HexB0334C047391F15c372d
Octal26063114010771375346755
Binary1011000011001110011000100011111100111111101011100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0334C; }

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

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

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

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

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

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

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

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