#B82C4E

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

Shades of Old Rose #B82C4E

Tints of Old Rose #B82C4E

Color information

#B82C4E (or 0xB82C4E) is unknown color: approx Old Rose. HEX triplet: B8, 2C and 4E. RGB value is (184,44,78). Sum of RGB (Red+Green+Blue) = 184+44+78=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82C4E is #47D3B1. Grayscale: #595959. Windows color (decimal): -4707250 or 5123256. OLE color: 5123256.

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

Color convert

RGB1844478-
CMYK00.760.580.28
HSL345.43º61.4%44.71%-
HSV(B)345.43º76.09%72.16%-
XYZ22.0412.548.47-
YUV89.74121.38195.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.13%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=60.13%
G=14.38%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184447800.760.580.28345.4361.444.71
HexB82C4E04C3A1C1593d2d
Octal27054116011472345317555
Binary1011100010110010011100100110011101011100101011001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82C4E; }

 p { color: rgb(184,44,78); }

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

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

 a { background-color: rgb(184,44,78); }

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

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

 span { border-color: rgb(184,44,78); }

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