#B71750

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

Shades of Old Rose #B71750

Tints of Old Rose #B71750

Color information

#B71750 (or 0xB71750) is unknown color: approx Old Rose. HEX triplet: B7, 17 and 50. RGB value is (183,23,80). Sum of RGB (Red+Green+Blue) = 183+23+80=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B71750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71750 is #48E8AF. Grayscale: #4D4D4D. Windows color (decimal): -4778160 or 5248951. OLE color: 5248951.

HSL color Cylindrical-coordinate representation of color #B71750: hue angle of 338.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71750 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB1832380-
CMYK00.870.560.28
HSL338.62º77.67%40.39%-
HSV(B)338.62º87.43%71.76%-
XYZ21.2811.268.64-
YUV77.34129.51203.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.99%
GREEN value IS 23 (9.38% from 255) = 8.04%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=63.99%
G=8.04%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183238000.870.560.28338.6277.6740.39
HexB71750057381C1534e28
Octal267271200127703452311650
Binary1011011110111101000001010111111000111001010100111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71750; }

 p { color: rgb(183,23,80); }

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

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

 a { background-color: rgb(183,23,80); }

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

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

 span { border-color: rgb(183,23,80); }

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