#B8225C

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

Shades of Old Rose #B8225C

Tints of Old Rose #B8225C

Color information

#B8225C (or 0xB8225C) is unknown color: approx Old Rose. HEX triplet: B8, 22 and 5C. RGB value is (184,34,92). Sum of RGB (Red+Green+Blue) = 184+34+92=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8225C is #47DDA3. Grayscale: #555555. Windows color (decimal): -4709796 or 6038200. OLE color: 6038200.

HSL color Cylindrical-coordinate representation of color #B8225C: hue angle of 336.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8225C is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1843492-
CMYK00.820.500.28
HSL336.8º68.81%42.75%-
HSV(B)336.8º81.52%72.16%-
XYZ22.2712.1111.29-
YUV85.46131.7198.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.35%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=59.35%
G=10.97%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184349200.820.500.28336.868.8142.75
HexB8225C052321C151452b
Octal270421340122623452110553
Binary10111000100010101110001010010110010111001010100011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8225C; }

 p { color: rgb(184,34,92); }

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

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

 a { background-color: rgb(184,34,92); }

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

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

 span { border-color: rgb(184,34,92); }

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