#B83554

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

Shades of Old Rose #B83554

Tints of Old Rose #B83554

Color information

#B83554 (or 0xB83554) is unknown color: approx Old Rose. HEX triplet: B8, 35 and 54. RGB value is (184,53,84). Sum of RGB (Red+Green+Blue) = 184+53+84=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B83554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83554 is #47CAAB. Grayscale: #5F5F5F. Windows color (decimal): -4704940 or 5518776. OLE color: 5518776.

HSL color Cylindrical-coordinate representation of color #B83554: hue angle of 345.8º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83554 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1845384-
CMYK00.710.540.28
HSL345.8º55.27%46.47%-
HSV(B)345.8º71.2%72.16%-
XYZ22.6413.389.78-
YUV95.7121.4190.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.32%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=57.32%
G=16.51%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184538400.710.540.28345.855.2746.47
HexB83554047361C15a372e
Octal27065124010766345326756
Binary1011100011010110101000100011111011011100101011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83554; }

 p { color: rgb(184,53,84); }

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

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

 a { background-color: rgb(184,53,84); }

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

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

 span { border-color: rgb(184,53,84); }

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