#B9334D

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

Shades of Old Rose #B9334D

Tints of Old Rose #B9334D

Color information

#B9334D (or 0xB9334D) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 4D. RGB value is (185,51,77). Sum of RGB (Red+Green+Blue) = 185+51+77=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9334D is #46CCB2. Grayscale: #5E5E5E. Windows color (decimal): -4639923 or 5059513. OLE color: 5059513.

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

Color convert

RGB1855177-
CMYK00.720.580.27
HSL348.36º56.78%46.27%-
HSV(B)348.36º72.43%72.55%-
XYZ22.5313.228.38-
YUV94.03118.39192.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=59.11%
G=16.29%
B=24.60%

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
Decimal185517700.720.580.27348.3656.7846.27
HexB9334D0483A1B15c392e
Octal27163115011072335347156
Binary1011100111001110011010100100011101011011101011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9334D; }

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

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

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

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

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

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

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

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