#B82B4B

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

Shades of Old Rose #B82B4B

Tints of Old Rose #B82B4B

Color information

#B82B4B (or 0xB82B4B) is unknown color: approx Old Rose. HEX triplet: B8, 2B and 4B. RGB value is (184,43,75). Sum of RGB (Red+Green+Blue) = 184+43+75=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B4B is #47D4B4. Grayscale: #585858. Windows color (decimal): -4707509 or 4926392. OLE color: 4926392.

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

Color convert

RGB1844375-
CMYK00.770.590.28
HSL346.38º62.11%44.51%-
HSV(B)346.38º76.63%72.16%-
XYZ21.912.437.9-
YUV88.81120.21195.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.93%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=60.93%
G=14.24%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184437500.770.590.28346.3862.1144.51
HexB82B4B04D3B1C15a3e2d
Octal27053113011573345327655
Binary1011100010101110010110100110111101111100101011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82B4B; }

 p { color: rgb(184,43,75); }

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

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

 a { background-color: rgb(184,43,75); }

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

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

 span { border-color: rgb(184,43,75); }

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