#B0234E

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

Shades of Old Rose #B0234E

Tints of Old Rose #B0234E

Color information

#B0234E (or 0xB0234E) is unknown color: approx Old Rose. HEX triplet: B0, 23 and 4E. RGB value is (176,35,78). Sum of RGB (Red+Green+Blue) = 176+35+78=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0234E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0234E is #4FDCB1. Grayscale: #525252. Windows color (decimal): -5233842 or 5120944. OLE color: 5120944.

HSL color Cylindrical-coordinate representation of color #B0234E: hue angle of 341.7º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0234E is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1763578-
CMYK00.800.560.31
HSL341.7º66.82%41.37%-
HSV(B)341.7º80.11%69.02%-
XYZ19.8810.988.28-
YUV82.06125.71195-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.90%
GREEN value IS 35 (14.06% from 255) = 12.11%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=60.90%
G=12.11%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176357800.800.560.31341.766.8241.37
HexB0234E050381F1564329
Octal260431160120703752610351
Binary10110000100011100111001010000111000111111010101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0234E; }

 p { color: rgb(176,35,78); }

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

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

 a { background-color: rgb(176,35,78); }

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

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

 span { border-color: rgb(176,35,78); }

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