#B83D4D

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

Shades of Old Rose #B83D4D

Tints of Old Rose #B83D4D

Color information

#B83D4D (or 0xB83D4D) is unknown color: approx Old Rose. HEX triplet: B8, 3D and 4D. RGB value is (184,61,77). Sum of RGB (Red+Green+Blue) = 184+61+77=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D4D is #47C2B2. Grayscale: #636363. Windows color (decimal): -4702899 or 5062072. OLE color: 5062072.

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

Color convert

RGB1846177-
CMYK00.670.580.28
HSL352.2º50.2%48.04%-
HSV(B)352.2º66.85%72.16%-
XYZ22.7814.068.54-
YUV99.6115.25188.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.14%
GREEN value IS 61 (24.22% from 255) = 18.94%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=57.14%
G=18.94%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184617700.670.580.28352.250.248.04
HexB83D4D0433A1C1603230
Octal27075115010372345406260
Binary1011100011110110011010100001111101011100101100000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83D4D; }

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

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

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

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

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

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

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

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