#B9334E

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

Shades of Old Rose #B9334E

Tints of Old Rose #B9334E

Color information

#B9334E (or 0xB9334E) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 4E. RGB value is (185,51,78). Sum of RGB (Red+Green+Blue) = 185+51+78=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9334E is #46CCB1. Grayscale: #5E5E5E. Windows color (decimal): -4639922 or 5125049. OLE color: 5125049.

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

Color convert

RGB1855178-
CMYK00.720.580.27
HSL347.91º56.78%46.27%-
HSV(B)347.91º72.43%72.55%-
XYZ22.5713.238.57-
YUV94.14118.89192.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=58.92%
G=16.24%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185517800.720.580.27347.9156.7846.27
HexB9334E0483A1B15c392e
Octal27163116011072335347156
Binary1011100111001110011100100100011101011011101011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9334E; }

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

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

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

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

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

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

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

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