#B83A56

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

Shades of Old Rose #B83A56

Tints of Old Rose #B83A56

Color information

#B83A56 (or 0xB83A56) is unknown color: approx Old Rose. HEX triplet: B8, 3A and 56. RGB value is (184,58,86). Sum of RGB (Red+Green+Blue) = 184+58+86=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A56 is #47C5A9. Grayscale: #626262. Windows color (decimal): -4703658 or 5651128. OLE color: 5651128.

HSL color Cylindrical-coordinate representation of color #B83A56: hue angle of 346.67º 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 #B83A56 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB1845886-
CMYK00.680.530.28
HSL346.67º52.07%47.45%-
HSV(B)346.67º68.48%72.16%-
XYZ22.9613.8910.27-
YUV98.87120.74188.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.10%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=56.10%
G=17.68%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184588600.680.530.28346.6752.0747.45
HexB83A56044351C15b342f
Octal27072126010465345336457
Binary1011100011101010101100100010011010111100101011011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A56; }

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

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

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

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

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

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

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

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