#B7364A

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

Shades of Old Rose #B7364A

Tints of Old Rose #B7364A

Color information

#B7364A (or 0xB7364A) is unknown color: approx Old Rose. HEX triplet: B7, 36 and 4A. RGB value is (183,54,74). Sum of RGB (Red+Green+Blue) = 183+54+74=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7364A is #48C9B5. Grayscale: #5E5E5E. Windows color (decimal): -4770230 or 4863671. OLE color: 4863671.

HSL color Cylindrical-coordinate representation of color #B7364A: hue angle of 350.7º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7364A is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1835474-
CMYK00.700.600.28
HSL350.7º54.43%46.47%-
HSV(B)350.7º70.49%71.76%-
XYZ22.0813.27.86-
YUV94.85116.24190.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.84%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=58.84%
G=17.36%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183547400.700.600.28350.754.4346.47
HexB7364A0463C1C15f362e
Octal26766112010674345376656
Binary1011011111011010010100100011011110011100101011111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7364A; }

 p { color: rgb(183,54,74); }

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

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

 a { background-color: rgb(183,54,74); }

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

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

 span { border-color: rgb(183,54,74); }

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