#B83D4F

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

Shades of Old Rose #B83D4F

Tints of Old Rose #B83D4F

Color information

#B83D4F (or 0xB83D4F) is unknown color: approx Old Rose. HEX triplet: B8, 3D and 4F. RGB value is (184,61,79). Sum of RGB (Red+Green+Blue) = 184+61+79=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D4F is #47C2B0. Grayscale: #636363. Windows color (decimal): -4702897 or 5193144. OLE color: 5193144.

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

Color convert

RGB1846179-
CMYK00.670.570.28
HSL351.22º50.2%48.04%-
HSV(B)351.22º66.85%72.16%-
XYZ22.8514.098.91-
YUV99.83116.25188.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=56.79%
G=18.83%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184617900.670.570.28351.2250.248.04
HexB83D4F043391C15f3230
Octal27075117010371345376260
Binary1011100011110110011110100001111100111100101011111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83D4F; }

 p { color: rgb(184,61,79); }

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

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

 a { background-color: rgb(184,61,79); }

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

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

 span { border-color: rgb(184,61,79); }

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