#B82943

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

Shades of Old Rose #B82943

Tints of Old Rose #B82943

Color information

#B82943 (or 0xB82943) is unknown color: approx Old Rose. HEX triplet: B8, 29 and 43. RGB value is (184,41,67). Sum of RGB (Red+Green+Blue) = 184+41+67=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B82943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82943 is #47D6BC. Grayscale: #565656. Windows color (decimal): -4708029 or 4401592. OLE color: 4401592.

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

Color convert

RGB1844167-
CMYK00.780.640.28
HSL349.09º63.56%44.12%-
HSV(B)349.09º77.72%72.16%-
XYZ21.5712.186.52-
YUV86.72116.88197.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.01%
GREEN value IS 41 (16.41% from 255) = 14.04%
BLUE value IS 67 (26.56% from 255) = 22.95%
R=63.01%
G=14.04%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184416700.780.640.28349.0963.5644.12
HexB8294304E401C15d402c
Octal2705110301161003453510054
Binary101110001010011000011010011101000000111001010111011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82943; }

 p { color: rgb(184,41,67); }

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

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

 a { background-color: rgb(184,41,67); }

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

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

 span { border-color: rgb(184,41,67); }

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