#B7265D

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

Shades of Old Rose #B7265D

Tints of Old Rose #B7265D

Color information

#B7265D (or 0xB7265D) is unknown color: approx Old Rose. HEX triplet: B7, 26 and 5D. RGB value is (183,38,93). Sum of RGB (Red+Green+Blue) = 183+38+93=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7265D is #48D9A2. Grayscale: #575757. Windows color (decimal): -4774307 or 6104759. OLE color: 6104759.

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

Color convert

RGB1833893-
CMYK00.790.490.28
HSL337.24º65.61%43.33%-
HSV(B)337.24º79.23%71.76%-
XYZ22.212.2411.55-
YUV87.62131.04196.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.28%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=58.28%
G=12.10%
B=29.62%

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
Decimal183389300.790.490.28337.2465.6143.33
HexB7265D04F311C151422b
Octal267461350117613452110253
Binary10110111100110101110101001111110001111001010100011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7265D; }

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

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

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

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

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

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

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

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