Html Css Color HEX #B6702B Meteor

📋 copy color: '#B6702B'

red 182 ◦ green 112 ◦ blue 43

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

Shades of Meteor #B6702B

Tints of Meteor #B6702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 54.01%
G = 33.23%
B = 12.76%

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

#B6702B (or 0xB6702B) is known color: Meteor. HEX triplet: B6, 70 and 2B. RGB value is (182,112,43). Sum of RGB (Red+Green+Blue) = 182+112+43=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B6702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6702B is #498FD4. Grayscale: #7D7D7D. Windows color (decimal): -4820949 or 2846902. OLE color: 2846902.

HSL color Cylindrical-coordinate representation of color #B6702B: hue angle of 29.78º degrees, saturation: 0.62, 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 #B6702B is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 43 -
CMYK 0 0.38 0.76 0.29
HSL 29.78º 0.62% 0.44% -
HSV(B) 29.78º 0.76% 0.71% -
XYZ 25.52 21.71 5.13 -
YUV 125.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 182 112 43 0 0.38 0.76 0.29 29.78 0.62 0.44
Hex B6 70 2B 0 26 4C 1D 1E 3E 2C
Octal 266 160 53 0 46 114 35 36 76 54
Binary 10110110 1110000 101011 0 100110 1001100 11101 11110 111110 101100

Color Harmonies of #B6702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6702B

Black with #B6702B

Text Example


Text Example

White with #B6702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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