#B83A4D

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

Shades of Old Rose #B83A4D

Tints of Old Rose #B83A4D

Color information

#B83A4D (or 0xB83A4D) is unknown color: approx Old Rose. HEX triplet: B8, 3A and 4D. RGB value is (184,58,77). Sum of RGB (Red+Green+Blue) = 184+58+77=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A4D is #47C5B2. Grayscale: #616161. Windows color (decimal): -4703667 or 5061304. OLE color: 5061304.

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

Color convert

RGB1845877-
CMYK00.680.580.28
HSL350.95º52.07%47.45%-
HSV(B)350.95º68.48%72.16%-
XYZ22.6213.758.48-
YUV97.84116.24189.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.68%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=57.68%
G=18.18%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184587700.680.580.28350.9552.0747.45
HexB83A4D0443A1C15f342f
Octal27072115010472345376457
Binary1011100011101010011010100010011101011100101011111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A4D; }

 p { color: rgb(184,58,77); }

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

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

 a { background-color: rgb(184,58,77); }

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

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

 span { border-color: rgb(184,58,77); }

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