#B7305A

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

Shades of Old Rose #B7305A

Tints of Old Rose #B7305A

Color information

#B7305A (or 0xB7305A) is unknown color: approx Old Rose. HEX triplet: B7, 30 and 5A. RGB value is (183,48,90). Sum of RGB (Red+Green+Blue) = 183+48+90=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B7305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7305A is #48CFA5. Grayscale: #5D5D5D. Windows color (decimal): -4771750 or 5910711. OLE color: 5910711.

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

Color convert

RGB1834890-
CMYK00.740.510.28
HSL341.33º58.44%45.29%-
HSV(B)341.33º73.77%71.76%-
XYZ22.4312.9210.98-
YUV93.15126.23192.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=57.01%
G=14.95%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183489000.740.510.28341.3358.4445.29
HexB7305A04A331C1553a2d
Octal26760132011263345257255
Binary1011011111000010110100100101011001111100101010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7305A; }

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

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

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

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

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

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

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

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