#B93D4E

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

Shades of Old Rose #B93D4E

Tints of Old Rose #B93D4E

Color information

#B93D4E (or 0xB93D4E) is unknown color: approx Old Rose. HEX triplet: B9, 3D and 4E. RGB value is (185,61,78). Sum of RGB (Red+Green+Blue) = 185+61+78=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D4E is #46C2B1. Grayscale: #646464. Windows color (decimal): -4637362 or 5127609. OLE color: 5127609.

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

Color convert

RGB1856178-
CMYK00.670.580.27
HSL351.77º50.41%48.24%-
HSV(B)351.77º67.03%72.55%-
XYZ23.0514.28.73-
YUV100.01115.58188.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=57.10%
G=18.83%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185617800.670.580.27351.7750.4148.24
HexB93D4E0433A1B1603230
Octal27175116010372335406260
Binary1011100111110110011100100001111101011011101100000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D4E; }

 p { color: rgb(185,61,78); }

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

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

 a { background-color: rgb(185,61,78); }

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

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

 span { border-color: rgb(185,61,78); }

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