#B8265D

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

Shades of Old Rose #B8265D

Tints of Old Rose #B8265D

Color information

#B8265D (or 0xB8265D) is unknown color: approx Old Rose. HEX triplet: B8, 26 and 5D. RGB value is (184,38,93). Sum of RGB (Red+Green+Blue) = 184+38+93=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8265D is #47D9A2. Grayscale: #575757. Windows color (decimal): -4708771 or 6104760. OLE color: 6104760.

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

Color convert

RGB1843893-
CMYK00.790.490.28
HSL337.4º65.77%43.53%-
HSV(B)337.4º79.35%72.16%-
XYZ22.4412.3711.56-
YUV87.92130.87196.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=58.41%
G=12.06%
B=29.52%

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
Decimal184389300.790.490.28337.465.7743.53
HexB8265D04F311C151422c
Octal270461350117613452110254
Binary10111000100110101110101001111110001111001010100011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8265D; }

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

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

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

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

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

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

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

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