#B3265E

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

Shades of Old Rose #B3265E

Tints of Old Rose #B3265E

Color information

#B3265E (or 0xB3265E) is unknown color: approx Old Rose. HEX triplet: B3, 26 and 5E. RGB value is (179,38,94). Sum of RGB (Red+Green+Blue) = 179+38+94=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3265E is #4CD9A1. Grayscale: #565656. Windows color (decimal): -5036450 or 6170291. OLE color: 6170291.

HSL color Cylindrical-coordinate representation of color #B3265E: hue angle of 336.17º 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 #B3265E is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1793894-
CMYK00.790.470.30
HSL336.17º64.98%42.55%-
HSV(B)336.17º78.77%70.2%-
XYZ21.311.7811.74-
YUV86.54132.21193.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=57.56%
G=12.22%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179389400.790.470.30336.1764.9842.55
HexB3265E04F2F1E150412b
Octal263461360117573652010153
Binary10110011100110101111001001111101111111101010100001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3265E; }

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

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

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

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

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

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

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

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