#B6722D

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

Shades of Meteor #B6722D

Tints of Meteor #B6722D

Color information

#B6722D (or 0xB6722D) is unknown color: approx Meteor. HEX triplet: B6, 72 and 2D. RGB value is (182,114,45). Sum of RGB (Red+Green+Blue) = 182+114+45=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6722D is #498DD2. Grayscale: #7E7E7E. Windows color (decimal): -4820435 or 2978486. OLE color: 2978486.

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

Color convert

RGB18211445-
CMYK00.370.750.29
HSL30.22º60.35%44.51%-
HSV(B)30.22º75.27%71.37%-
XYZ25.7822.175.4-
YUV126.4782.03167.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 45 (17.97% from 255) = 13.20%
R=53.37%
G=33.43%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821144500.370.750.2930.2260.3544.51
HexB6722D0254B1D1e3c2d
Octal2661625504511335367455
Binary101101101110010101101010010110010111110111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6722D; }

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

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

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

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

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

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

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

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