#B82744

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

Shades of Old Rose #B82744

Tints of Old Rose #B82744

Color information

#B82744 (or 0xB82744) is unknown color: approx Old Rose. HEX triplet: B8, 27 and 44. RGB value is (184,39,68). Sum of RGB (Red+Green+Blue) = 184+39+68=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B82744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82744 is #47D8BB. Grayscale: #555555. Windows color (decimal): -4708540 or 4466616. OLE color: 4466616.

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

Color convert

RGB1843968-
CMYK00.790.630.28
HSL348º65.02%43.73%-
HSV(B)348º78.8%72.16%-
XYZ21.5412.066.66-
YUV85.66118.04198.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.23%
GREEN value IS 39 (15.62% from 255) = 13.40%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=63.23%
G=13.40%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184396800.790.630.2834865.0243.73
HexB8274404F3F1C15c412c
Octal270471040117773453410154
Binary10111000100111100010001001111111111111001010111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82744; }

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

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

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

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

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

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

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

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