#B83748

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

Shades of Old Rose #B83748

Tints of Old Rose #B83748

Color information

#B83748 (or 0xB83748) is unknown color: approx Old Rose. HEX triplet: B8, 37 and 48. RGB value is (184,55,72). Sum of RGB (Red+Green+Blue) = 184+55+72=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B83748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83748 is #47C8B7. Grayscale: #5F5F5F. Windows color (decimal): -4704440 or 4732856. OLE color: 4732856.

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

Color convert

RGB1845572-
CMYK00.700.610.28
HSL352.09º53.97%46.86%-
HSV(B)352.09º70.11%72.16%-
XYZ22.313.397.54-
YUV95.51114.74191.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.16%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=59.16%
G=17.68%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184557200.700.610.28352.0953.9746.86
HexB837480463D1C160362f
Octal27067110010675345406657
Binary1011100011011110010000100011011110111100101100000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83748; }

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

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

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

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

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

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

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

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