#B6374D

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

Shades of Old Rose #B6374D

Tints of Old Rose #B6374D

Color information

#B6374D (or 0xB6374D) is unknown color: approx Old Rose. HEX triplet: B6, 37 and 4D. RGB value is (182,55,77). Sum of RGB (Red+Green+Blue) = 182+55+77=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B6374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6374D is #49C8B2. Grayscale: #5F5F5F. Windows color (decimal): -4835507 or 5060534. OLE color: 5060534.

HSL color Cylindrical-coordinate representation of color #B6374D: hue angle of 349.61º 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 #B6374D is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1825577-
CMYK00.700.580.29
HSL349.61º53.59%46.47%-
HSV(B)349.61º69.78%71.37%-
XYZ2213.218.41-
YUV95.48117.58189.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.96%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=57.96%
G=17.52%
B=24.52%

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
Decimal182557700.700.580.29349.6153.5946.47
HexB6374D0463A1D15e362e
Octal26667115010672355366656
Binary1011011011011110011010100011011101011101101011110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6374D; }

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

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

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

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

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

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

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

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