#B82E5A

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

Shades of Old Rose #B82E5A

Tints of Old Rose #B82E5A

Color information

#B82E5A (or 0xB82E5A) is unknown color: approx Old Rose. HEX triplet: B8, 2E and 5A. RGB value is (184,46,90). Sum of RGB (Red+Green+Blue) = 184+46+90=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E5A is #47D1A5. Grayscale: #5C5C5C. Windows color (decimal): -4706726 or 5910200. OLE color: 5910200.

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

Color convert

RGB1844690-
CMYK00.750.510.28
HSL340.87º60%45.1%-
HSV(B)340.87º75%72.16%-
XYZ22.5912.8810.97-
YUV92.28126.72193.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.5%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=57.5%
G=14.38%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184469000.750.510.28340.876045.1
HexB82E5A04B331C1553c2d
Octal27056132011363345257455
Binary1011100010111010110100100101111001111100101010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82E5A; }

 p { color: rgb(184,46,90); }

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

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

 a { background-color: rgb(184,46,90); }

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

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

 span { border-color: rgb(184,46,90); }

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