#B93C4A

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

Shades of Old Rose #B93C4A

Tints of Old Rose #B93C4A

Color information

#B93C4A (or 0xB93C4A) is unknown color: approx Old Rose. HEX triplet: B9, 3C and 4A. RGB value is (185,60,74). Sum of RGB (Red+Green+Blue) = 185+60+74=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C4A is #46C3B5. Grayscale: #636363. Windows color (decimal): -4637622 or 4865209. OLE color: 4865209.

HSL color Cylindrical-coordinate representation of color #B93C4A: hue angle of 353.28º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93C4A is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB1856074-
CMYK00.680.60.27
HSL353.28º51.02%48.04%-
HSV(B)353.28º67.57%72.55%-
XYZ22.8614.047.98-
YUV98.97113.91189.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.99%
GREEN value IS 60 (23.83% from 255) = 18.81%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=57.99%
G=18.81%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185607400.680.60.27353.2851.0248.04
HexB93C4A0443C1B1613330
Octal27174112010474335416360
Binary1011100111110010010100100010011110011011101100001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93C4A; }

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

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

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

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

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

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

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

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