#B7275D

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

Shades of Old Rose #B7275D

Tints of Old Rose #B7275D

Color information

#B7275D (or 0xB7275D) is unknown color: approx Old Rose. HEX triplet: B7, 27 and 5D. RGB value is (183,39,93). Sum of RGB (Red+Green+Blue) = 183+39+93=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7275D is #48D8A2. Grayscale: #585858. Windows color (decimal): -4774051 or 6105015. OLE color: 6105015.

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

Color convert

RGB1833993-
CMYK00.790.490.28
HSL337.5º64.86%43.53%-
HSV(B)337.5º78.69%71.76%-
XYZ22.2312.3111.56-
YUV88.21130.71195.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.10%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=58.10%
G=12.38%
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
Decimal183399300.790.490.28337.564.8643.53
HexB7275D04F311C152412c
Octal267471350117613452210154
Binary10110111100111101110101001111110001111001010100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7275D; }

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

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

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

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

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

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

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

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