#B74347

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

Shades of Old Rose #B74347

Tints of Old Rose #B74347

Color information

#B74347 (or 0xB74347) is unknown color: approx Old Rose. HEX triplet: B7, 43 and 47. RGB value is (183,67,71). Sum of RGB (Red+Green+Blue) = 183+67+71=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B74347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74347 is #48BCB8. Grayscale: #666666. Windows color (decimal): -4766905 or 4670391. OLE color: 4670391.

HSL color Cylindrical-coordinate representation of color #B74347: hue angle of 357.93º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74347 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1836771-
CMYK00.630.610.28
HSL357.93º46.4%49.02%-
HSV(B)357.93º63.39%71.76%-
XYZ22.6714.547.57-
YUV102.14110.43185.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=57.01%
G=20.87%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183677100.630.610.28357.9346.449.02
HexB7434703F3D1C1662e31
Octal26710310707775345465661
Binary1011011110000111000111011111111110111100101100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74347; }

 p { color: rgb(183,67,71); }

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

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

 a { background-color: rgb(183,67,71); }

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

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

 span { border-color: rgb(183,67,71); }

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