#B82F5E

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

Shades of Old Rose #B82F5E

Tints of Old Rose #B82F5E

Color information

#B82F5E (or 0xB82F5E) is unknown color: approx Old Rose. HEX triplet: B8, 2F and 5E. RGB value is (184,47,94). Sum of RGB (Red+Green+Blue) = 184+47+94=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F5E is #47D0A1. Grayscale: #5D5D5D. Windows color (decimal): -4706466 or 6172600. OLE color: 6172600.

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

Color convert

RGB1844794-
CMYK00.740.490.28
HSL339.42º59.31%45.29%-
HSV(B)339.42º74.46%72.16%-
XYZ22.813.0311.9-
YUV93.32128.39192.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 47 (18.75% from 255) = 14.46%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=56.62%
G=14.46%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184479400.740.490.28339.4259.3145.29
HexB82F5E04A311C1533b2d
Octal27057136011261345237355
Binary1011100010111110111100100101011000111100101010011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82F5E; }

 p { color: rgb(184,47,94); }

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

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

 a { background-color: rgb(184,47,94); }

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

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

 span { border-color: rgb(184,47,94); }

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