#B6702A

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

Shades of Meteor #B6702A

Tints of Meteor #B6702A

Color information

#B6702A (or 0xB6702A) is unknown color: approx Meteor. HEX triplet: B6, 70 and 2A. RGB value is (182,112,42). Sum of RGB (Red+Green+Blue) = 182+112+42=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B6702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6702A is #498FD5. Grayscale: #7D7D7D. Windows color (decimal): -4820950 or 2781366. OLE color: 2781366.

HSL color Cylindrical-coordinate representation of color #B6702A: hue angle of 30º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6702A is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18211242-
CMYK00.380.770.29
HSL30º62.5%43.92%-
HSV(B)30º76.92%71.37%-
XYZ25.521.75.03-
YUV124.9581.19168.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=54.17%
G=33.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821124200.380.770.293062.543.92
HexB6702A0264D1D1e3e2c
Octal2661605204611535367654
Binary101101101110000101010010011010011011110111110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6702A; }

 p { color: rgb(182,112,42); }

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

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

 a { background-color: rgb(182,112,42); }

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

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

 span { border-color: rgb(182,112,42); }

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