#B94050

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

Shades of Old Rose #B94050

Tints of Old Rose #B94050

Color information

#B94050 (or 0xB94050) is unknown color: approx Old Rose. HEX triplet: B9, 40 and 50. RGB value is (185,64,80). Sum of RGB (Red+Green+Blue) = 185+64+80=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B94050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94050 is #46BFAF. Grayscale: #666666. Windows color (decimal): -4636592 or 5259449. OLE color: 5259449.

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

Color convert

RGB1856480-
CMYK00.650.570.27
HSL352.07º48.59%48.82%-
HSV(B)352.07º65.41%72.55%-
XYZ23.2914.569.17-
YUV102115.59187.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=56.23%
G=19.45%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185648000.650.570.27352.0748.5948.82
HexB94050041391B1603131
Octal271100120010171335406161
Binary10111001100000010100000100000111100111011101100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94050; }

 p { color: rgb(185,64,80); }

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

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

 a { background-color: rgb(185,64,80); }

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

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

 span { border-color: rgb(185,64,80); }

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