#B8265E

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

Shades of Old Rose #B8265E

Tints of Old Rose #B8265E

Color information

#B8265E (or 0xB8265E) is unknown color: approx Old Rose. HEX triplet: B8, 26 and 5E. RGB value is (184,38,94). Sum of RGB (Red+Green+Blue) = 184+38+94=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8265E is #47D9A1. Grayscale: #575757. Windows color (decimal): -4708770 or 6170296. OLE color: 6170296.

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

Color convert

RGB1843894-
CMYK00.790.490.28
HSL336.99º65.77%43.53%-
HSV(B)336.99º79.35%72.16%-
XYZ22.4812.3811.8-
YUV88.04131.37196.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.23%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=58.23%
G=12.03%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184389400.790.490.28336.9965.7743.53
HexB8265E04F311C151422c
Octal270461360117613452110254
Binary10111000100110101111001001111110001111001010100011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8265E; }

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

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

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

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

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

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

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

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