#B6312D

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

Shades of Brown #B6312D

Tints of Brown #B6312D

Color information

#B6312D (or 0xB6312D) is unknown color: approx Brown. HEX triplet: B6, 31 and 2D. RGB value is (182,49,45). Sum of RGB (Red+Green+Blue) = 182+49+45=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6312D is #49CED2. Grayscale: #585858. Windows color (decimal): -4837075 or 2961846. OLE color: 2961846.

HSL color Cylindrical-coordinate representation of color #B6312D: hue angle of 1.75º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6312D is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1824945-
CMYK00.730.750.29
HSL1.75º60.35%44.51%-
HSV(B)1.75º75.27%71.37%-
XYZ20.8612.333.76-
YUV88.31103.56194.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.94%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=65.94%
G=17.75%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182494500.730.750.291.7560.3544.51
HexB6312D0494B1D23c2d
Octal266615501111133527455
Binary101101101100011011010100100110010111110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6312D; }

 p { color: rgb(182,49,45); }

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

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

 a { background-color: rgb(182,49,45); }

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

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

 span { border-color: rgb(182,49,45); }

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