#B83B44

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

Shades of Old Rose #B83B44

Tints of Old Rose #B83B44

Color information

#B83B44 (or 0xB83B44) is unknown color: approx Old Rose. HEX triplet: B8, 3B and 44. RGB value is (184,59,68). Sum of RGB (Red+Green+Blue) = 184+59+68=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B44 is #47C4BB. Grayscale: #616161. Windows color (decimal): -4703420 or 4471736. OLE color: 4471736.

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

Color convert

RGB1845968-
CMYK00.680.630.28
HSL355.68º51.44%47.65%-
HSV(B)355.68º67.93%72.16%-
XYZ22.3713.746.94-
YUV97.4111.41189.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.16%
GREEN value IS 59 (23.44% from 255) = 18.97%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=59.16%
G=18.97%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184596800.680.630.28355.6851.4447.65
HexB83B440443F1C1643330
Octal27073104010477345446360
Binary1011100011101110001000100010011111111100101100100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83B44; }

 p { color: rgb(184,59,68); }

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

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

 a { background-color: rgb(184,59,68); }

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

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

 span { border-color: rgb(184,59,68); }

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