#B7305D

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

Shades of Old Rose #B7305D

Tints of Old Rose #B7305D

Color information

#B7305D (or 0xB7305D) is unknown color: approx Old Rose. HEX triplet: B7, 30 and 5D. RGB value is (183,48,93). Sum of RGB (Red+Green+Blue) = 183+48+93=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7305D is #48CFA2. Grayscale: #5D5D5D. Windows color (decimal): -4771747 or 6107319. OLE color: 6107319.

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

Color convert

RGB1834893-
CMYK00.740.490.28
HSL340º58.44%45.29%-
HSV(B)340º73.77%71.76%-
XYZ22.5612.9711.67-
YUV93.5127.73191.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=56.48%
G=14.81%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183489300.740.490.2834058.4445.29
HexB7305D04A311C1543a2d
Octal26760135011261345247255
Binary1011011111000010111010100101011000111100101010100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7305D; }

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

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

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

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

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

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

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

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