#B32658

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

Shades of Old Rose #B32658

Tints of Old Rose #B32658

Color information

#B32658 (or 0xB32658) is unknown color: approx Old Rose. HEX triplet: B3, 26 and 58. RGB value is (179,38,88). Sum of RGB (Red+Green+Blue) = 179+38+88=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B32658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32658 is #4CD9A7. Grayscale: #555555. Windows color (decimal): -5036456 or 5777075. OLE color: 5777075.

HSL color Cylindrical-coordinate representation of color #B32658: hue angle of 338.72º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32658 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1793888-
CMYK00.790.510.30
HSL338.72º64.98%42.55%-
HSV(B)338.72º78.77%70.2%-
XYZ21.0411.6710.38-
YUV85.86129.21194.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.69%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 88 (34.77% from 255) = 28.85%
R=58.69%
G=12.46%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179388800.790.510.30338.7264.9842.55
HexB3265804F331E153412b
Octal263461300117633652310153
Binary10110011100110101100001001111110011111101010100111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32658; }

 p { color: rgb(179,38,88); }

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

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

 a { background-color: rgb(179,38,88); }

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

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

 span { border-color: rgb(179,38,88); }

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