#B7234E

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

Shades of Old Rose #B7234E

Tints of Old Rose #B7234E

Color information

#B7234E (or 0xB7234E) is unknown color: approx Old Rose. HEX triplet: B7, 23 and 4E. RGB value is (183,35,78). Sum of RGB (Red+Green+Blue) = 183+35+78=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7234E is #48DCB1. Grayscale: #545454. Windows color (decimal): -4775090 or 5120951. OLE color: 5120951.

HSL color Cylindrical-coordinate representation of color #B7234E: hue angle of 342.57º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7234E is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB1833578-
CMYK00.810.570.28
HSL342.57º67.89%42.75%-
HSV(B)342.57º80.87%71.76%-
XYZ21.511.828.36-
YUV84.15124.53198.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 35 (14.06% from 255) = 11.82%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=61.82%
G=11.82%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183357800.810.570.28342.5767.8942.75
HexB7234E051391C157442b
Octal267431160121713452710453
Binary10110111100011100111001010001111001111001010101111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7234E; }

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

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

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

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

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

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

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

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