#B8305A

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

Shades of Old Rose #B8305A

Tints of Old Rose #B8305A

Color information

#B8305A (or 0xB8305A) is unknown color: approx Old Rose. HEX triplet: B8, 30 and 5A. RGB value is (184,48,90). Sum of RGB (Red+Green+Blue) = 184+48+90=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B8305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8305A is #47CFA5. Grayscale: #5D5D5D. Windows color (decimal): -4706214 or 5910712. OLE color: 5910712.

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

Color convert

RGB1844890-
CMYK00.740.510.28
HSL341.47º58.62%45.49%-
HSV(B)341.47º73.91%72.16%-
XYZ22.6713.0411-
YUV93.45126.06192.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.14%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=57.14%
G=14.91%
B=27.95%

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
Decimal184489000.740.510.28341.4758.6245.49
HexB8305A04A331C1553b2d
Octal27060132011263345257355
Binary1011100011000010110100100101011001111100101010101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8305A; }

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

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

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

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

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

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

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

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