#B4275B

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

Shades of Old Rose #B4275B

Tints of Old Rose #B4275B

Color information

#B4275B (or 0xB4275B) is unknown color: approx Old Rose. HEX triplet: B4, 27 and 5B. RGB value is (180,39,91). Sum of RGB (Red+Green+Blue) = 180+39+91=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4275B is #4BD8A4. Grayscale: #575757. Windows color (decimal): -4970661 or 5973940. OLE color: 5973940.

HSL color Cylindrical-coordinate representation of color #B4275B: hue angle of 337.87º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4275B is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1803991-
CMYK00.780.490.29
HSL337.87º64.38%42.94%-
HSV(B)337.87º78.33%70.59%-
XYZ21.4411.9111.07-
YUV87.09130.21194.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.06%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=58.06%
G=12.58%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180399100.780.490.29337.8764.3842.94
HexB4275B04E311D152402b
Octal264471330116613552210053
Binary10110100100111101101101001110110001111011010100101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4275B; }

 p { color: rgb(180,39,91); }

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

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

 a { background-color: rgb(180,39,91); }

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

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

 span { border-color: rgb(180,39,91); }

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