#B93D54

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

Shades of Old Rose #B93D54

Tints of Old Rose #B93D54

Color information

#B93D54 (or 0xB93D54) is unknown color: approx Old Rose. HEX triplet: B9, 3D and 54. RGB value is (185,61,84). Sum of RGB (Red+Green+Blue) = 185+61+84=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D54 is #46C2AB. Grayscale: #646464. Windows color (decimal): -4637356 or 5520825. OLE color: 5520825.

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

Color convert

RGB1856184-
CMYK00.670.550.27
HSL348.87º50.41%48.24%-
HSV(B)348.87º67.03%72.55%-
XYZ23.2814.299.92-
YUV100.7118.58188.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=56.06%
G=18.48%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185618400.670.550.27348.8750.4148.24
HexB93D54043371B15d3230
Octal27175124010367335356260
Binary1011100111110110101000100001111011111011101011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D54; }

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

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

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

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

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

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

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

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