#B82748

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

Shades of Old Rose #B82748

Tints of Old Rose #B82748

Color information

#B82748 (or 0xB82748) is unknown color: approx Old Rose. HEX triplet: B8, 27 and 48. RGB value is (184,39,72). Sum of RGB (Red+Green+Blue) = 184+39+72=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B82748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82748 is #47D8B7. Grayscale: #565656. Windows color (decimal): -4708536 or 4728760. OLE color: 4728760.

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

Color convert

RGB1843972-
CMYK00.790.610.28
HSL346.34º65.02%43.73%-
HSV(B)346.34º78.8%72.16%-
XYZ21.6612.117.33-
YUV86.12120.04197.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.37%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=62.37%
G=13.22%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184397200.790.610.28346.3465.0243.73
HexB8274804F3D1C15a412c
Octal270471100117753453210154
Binary10111000100111100100001001111111101111001010110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82748; }

 p { color: rgb(184,39,72); }

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

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

 a { background-color: rgb(184,39,72); }

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

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

 span { border-color: rgb(184,39,72); }

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