Html Css Color HEX #B6712C Meteor

📋 copy color: '#B6712C'

red 182 ◦ green 113 ◦ blue 44

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

Shades of Meteor #B6712C

Tints of Meteor #B6712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

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

R = 53.69%
G = 33.33%
B = 12.98%

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

#B6712C (or 0xB6712C) is known color: Meteor. HEX triplet: B6, 71 and 2C. RGB value is (182,113,44). Sum of RGB (Red+Green+Blue) = 182+113+44=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6712C is #498ED3. Grayscale: #7E7E7E. Windows color (decimal): -4820692 or 2912694. OLE color: 2912694.

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

Color convert

RGB 182 113 44 -
CMYK 0 0.38 0.76 0.29
HSL 30º 0.61% 0.44% -
HSV(B) 30º 0.76% 0.71% -
XYZ 25.65 21.94 5.27 -
YUV 125.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 182 113 44 0 0.38 0.76 0.29 30 0.61 0.44
Hex B6 71 2C 0 26 4C 1D 1E 3D 2C
Octal 266 161 54 0 46 114 35 36 75 54
Binary 10110110 1110001 101100 0 100110 1001100 11101 11110 111101 101100

Color Harmonies of #B6712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6712C

Black with #B6712C

Text Example


Text Example

White with #B6712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6712C; }

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

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

background-color css

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

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

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

border-color css

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

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

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