Html Css Color HEX #B6702C Meteor

📋 copy color: '#B6702C'

red 182 ◦ green 112 ◦ blue 44

#B6702C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteor #B6702C

Tints of Meteor #B6702C

RGB

 RED value IS 182 (71.48% from 255) = 53.85%

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 44 (17.58% from 255) = 13.02%

R = 53.85%
G = 33.14%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6702C (or 0xB6702C) is known color: Meteor. HEX triplet: B6, 70 and 2C. RGB value is (182,112,44). Sum of RGB (Red+Green+Blue) = 182+112+44=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6702C is #498FD3. Grayscale: #7D7D7D. Windows color (decimal): -4820948 or 2912438. OLE color: 2912438.

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

Color convert

RGB 182 112 44 -
CMYK 0 0.38 0.76 0.29
HSL 29.57º 0.61% 0.44% -
HSV(B) 29.57º 0.76% 0.71% -
XYZ 25.54 21.72 5.23 -
YUV 125.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 182 112 44 0 0.38 0.76 0.29 29.57 0.61 0.44
Hex B6 70 2C 0 26 4C 1D 1E 3D 2C
Octal 266 160 54 0 46 114 35 36 75 54
Binary 10110110 1110000 101100 0 100110 1001100 11101 11110 111101 101100

Color Harmonies of #B6702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6702C

Black with #B6702C

Text Example


Text Example

White with #B6702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6702C; }

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

 H1.HeaderClassName
 {
   color: #B6702C;
 }
 .AnyTagClassName
 {
   color: #B6702C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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