#B9334F

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

Shades of Old Rose #B9334F

Tints of Old Rose #B9334F

Color information

#B9334F (or 0xB9334F) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 4F. RGB value is (185,51,79). Sum of RGB (Red+Green+Blue) = 185+51+79=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9334F is #46CCB0. Grayscale: #5E5E5E. Windows color (decimal): -4639921 or 5190585. OLE color: 5190585.

HSL color Cylindrical-coordinate representation of color #B9334F: hue angle of 347.46º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9334F is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1855179-
CMYK00.720.570.27
HSL347.46º56.78%46.27%-
HSV(B)347.46º72.43%72.55%-
XYZ22.613.258.76-
YUV94.26119.39192.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=58.73%
G=16.19%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185517900.720.570.27347.4656.7846.27
HexB9334F048391B15b392e
Octal27163117011071335337156
Binary1011100111001110011110100100011100111011101011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9334F; }

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

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

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

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

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

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

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

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