#b82e4f

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

Shades of Old Rose #B82E4F

Tints of Old Rose #B82E4F

Color information

#B82E4F (or 0xB82E4F) is unknown color: approx Old Rose. HEX triplet: B8, 2E and 4F. RGB value is (184,46,79). Sum of RGB (Red+Green+Blue) = 184+46+79=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E4F is #47D1B0. Grayscale: #5B5B5B. Windows color (decimal): -4706737 or 5189304. OLE color: 5189304.

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

Color convert

RGB1844679-
CMYK00.750.570.28
HSL345.65º60%45.1%-
HSV(B)345.65º75%72.16%-
XYZ22.1612.718.68-
YUV91.02121.22194.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=59.55%
G=14.89%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184467900.750.570.28345.656045.1
HexB82E4F04B391C15a3c2d
Octal27056117011371345327455
Binary1011100010111010011110100101111100111100101011010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b82e4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b82e4f; }

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

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

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

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

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

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

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

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