#B83D4C

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

Shades of Old Rose #B83D4C

Tints of Old Rose #B83D4C

Color information

#B83D4C (or 0xB83D4C) is unknown color: approx Old Rose. HEX triplet: B8, 3D and 4C. RGB value is (184,61,76). Sum of RGB (Red+Green+Blue) = 184+61+76=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83D4C is #47C2B3. Grayscale: #636363. Windows color (decimal): -4702900 or 4996536. OLE color: 4996536.

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

Color convert

RGB1846176-
CMYK00.670.590.28
HSL352.68º50.2%48.04%-
HSV(B)352.68º66.85%72.16%-
XYZ22.7414.058.35-
YUV99.49114.75188.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.32%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 76 (30.08% from 255) = 23.68%
R=57.32%
G=19.00%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184617600.670.590.28352.6850.248.04
HexB83D4C0433B1C1613230
Octal27075114010373345416260
Binary1011100011110110011000100001111101111100101100001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83D4C; }

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

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

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

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

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

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

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

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