#B6374C

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

Shades of Old Rose #B6374C

Tints of Old Rose #B6374C

Color information

#B6374C (or 0xB6374C) is unknown color: approx Old Rose. HEX triplet: B6, 37 and 4C. RGB value is (182,55,76). Sum of RGB (Red+Green+Blue) = 182+55+76=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B6374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6374C is #49C8B3. Grayscale: #5F5F5F. Windows color (decimal): -4835508 or 4994998. OLE color: 4994998.

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

Color convert

RGB1825576-
CMYK00.700.580.29
HSL350.08º53.59%46.47%-
HSV(B)350.08º69.78%71.37%-
XYZ21.9613.28.23-
YUV95.37117.08189.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=58.15%
G=17.57%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182557600.700.580.29350.0853.5946.47
HexB6374C0463A1D15e362e
Octal26667114010672355366656
Binary1011011011011110011000100011011101011101101011110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6374C; }

 p { color: rgb(182,55,76); }

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

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

 a { background-color: rgb(182,55,76); }

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

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

 span { border-color: rgb(182,55,76); }

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