#B9334A

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

Shades of Old Rose #B9334A

Tints of Old Rose #B9334A

Color information

#B9334A (or 0xB9334A) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 4A. RGB value is (185,51,74). Sum of RGB (Red+Green+Blue) = 185+51+74=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9334A is #46CCB5. Grayscale: #5D5D5D. Windows color (decimal): -4639926 or 4862905. OLE color: 4862905.

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

Color convert

RGB1855174-
CMYK00.720.60.27
HSL349.7º56.78%46.27%-
HSV(B)349.7º72.43%72.55%-
XYZ22.4313.187.84-
YUV93.69116.89193.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.68%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=59.68%
G=16.45%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185517400.720.60.27349.756.7846.27
HexB9334A0483C1B15e392e
Octal27163112011074335367156
Binary1011100111001110010100100100011110011011101011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9334A; }

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

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

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

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

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

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

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

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