#B4305A

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

Shades of Old Rose #B4305A

Tints of Old Rose #B4305A

Color information

#B4305A (or 0xB4305A) is unknown color: approx Old Rose. HEX triplet: B4, 30 and 5A. RGB value is (180,48,90). Sum of RGB (Red+Green+Blue) = 180+48+90=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B4305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4305A is #4BCFA5. Grayscale: #5C5C5C. Windows color (decimal): -4968358 or 5910708. OLE color: 5910708.

HSL color Cylindrical-coordinate representation of color #B4305A: hue angle of 340.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4305A is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1804890-
CMYK00.730.500.29
HSL340.91º57.89%44.71%-
HSV(B)340.91º73.33%70.59%-
XYZ21.7212.5610.95-
YUV92.26126.73190.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=56.60%
G=15.09%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180489000.730.500.29340.9157.8944.71
HexB4305A049321D1553a2d
Octal26460132011162355257255
Binary1011010011000010110100100100111001011101101010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4305A; }

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

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

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

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

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

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

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

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