#B83754

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

Shades of Old Rose #B83754

Tints of Old Rose #B83754

Color information

#B83754 (or 0xB83754) is unknown color: approx Old Rose. HEX triplet: B8, 37 and 54. RGB value is (184,55,84). Sum of RGB (Red+Green+Blue) = 184+55+84=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B83754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83754 is #47C8AB. Grayscale: #606060. Windows color (decimal): -4704428 or 5519288. OLE color: 5519288.

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

Color convert

RGB1845584-
CMYK00.700.540.28
HSL346.51º53.97%46.86%-
HSV(B)346.51º70.11%72.16%-
XYZ22.7313.569.81-
YUV96.88120.74190.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.97%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=56.97%
G=17.03%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184558400.700.540.28346.5153.9746.86
HexB83754046361C15b362f
Octal27067124010666345336657
Binary1011100011011110101000100011011011011100101011011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83754; }

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

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

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

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

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

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

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

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