#B9335A

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

Shades of Old Rose #B9335A

Tints of Old Rose #B9335A

Color information

#B9335A (or 0xB9335A) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 5A. RGB value is (185,51,90). Sum of RGB (Red+Green+Blue) = 185+51+90=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9335A is #46CCA5. Grayscale: #5F5F5F. Windows color (decimal): -4639910 or 5911481. OLE color: 5911481.

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

Color convert

RGB1855190-
CMYK00.720.510.27
HSL342.54º56.78%46.27%-
HSV(B)342.54º72.43%72.55%-
XYZ23.0413.4211.05-
YUV95.51124.89191.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=56.75%
G=15.64%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185519000.720.510.27342.5456.7846.27
HexB9335A048331B157392e
Octal27163132011063335277156
Binary1011100111001110110100100100011001111011101010111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9335A; }

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

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

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

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

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

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

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

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