#B82648

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

Shades of Old Rose #B82648

Tints of Old Rose #B82648

Color information

#B82648 (or 0xB82648) is unknown color: approx Old Rose. HEX triplet: B8, 26 and 48. RGB value is (184,38,72). Sum of RGB (Red+Green+Blue) = 184+38+72=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B82648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82648 is #47D9B7. Grayscale: #555555. Windows color (decimal): -4708792 or 4728504. OLE color: 4728504.

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

Color convert

RGB1843872-
CMYK00.790.610.28
HSL346.03º65.77%43.53%-
HSV(B)346.03º79.35%72.16%-
XYZ21.6312.047.32-
YUV85.53120.37198.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.59%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=62.59%
G=12.93%
B=24.49%

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
Decimal184387200.790.610.28346.0365.7743.53
HexB8264804F3D1C15a422c
Octal270461100117753453210254
Binary10111000100110100100001001111111101111001010110101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82648; }

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

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

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

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

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

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

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

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