#B83F4D

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

Shades of Old Rose #B83F4D

Tints of Old Rose #B83F4D

Color information

#B83F4D (or 0xB83F4D) is unknown color: approx Old Rose. HEX triplet: B8, 3F and 4D. RGB value is (184,63,77). Sum of RGB (Red+Green+Blue) = 184+63+77=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83F4D is #47C0B2. Grayscale: #646464. Windows color (decimal): -4702387 or 5062584. OLE color: 5062584.

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

Color convert

RGB1846377-
CMYK00.660.580.28
HSL353.06º48.99%48.43%-
HSV(B)353.06º65.76%72.16%-
XYZ22.8814.288.57-
YUV100.78114.59187.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=56.79%
G=19.44%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184637700.660.580.28353.0648.9948.43
HexB83F4D0423A1C1613130
Octal27077115010272345416160
Binary1011100011111110011010100001011101011100101100001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83F4D; }

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

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

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

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

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

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

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

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