#B2265A

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

Shades of Old Rose #B2265A

Tints of Old Rose #B2265A

Color information

#B2265A (or 0xB2265A) is unknown color: approx Old Rose. HEX triplet: B2, 26 and 5A. RGB value is (178,38,90). Sum of RGB (Red+Green+Blue) = 178+38+90=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2265A is #4DD9A5. Grayscale: #555555. Windows color (decimal): -5101990 or 5908146. OLE color: 5908146.

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

Color convert

RGB1783890-
CMYK00.790.490.30
HSL337.71º64.81%42.35%-
HSV(B)337.71º78.65%69.8%-
XYZ20.911.5910.81-
YUV85.79130.38193.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.17%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=58.17%
G=12.42%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178389000.790.490.30337.7164.8142.35
HexB2265A04F311E152412a
Octal262461320117613652210152
Binary10110010100110101101001001111110001111101010100101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2265A; }

 p { color: rgb(178,38,90); }

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

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

 a { background-color: rgb(178,38,90); }

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

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

 span { border-color: rgb(178,38,90); }

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