Html Css Color HEX #BA6E2F Meteor

📋 copy color: '#BA6E2F'

red 186 ◦ green 110 ◦ blue 47

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

Shades of Meteor #BA6E2F

Tints of Meteor #BA6E2F

RGB

 RED value IS 186 (73.05% from 255) = 54.23%

 GREEN value IS 110 (43.36% from 255) = 32.07%

 BLUE value IS 47 (18.75% from 255) = 13.7%

R = 54.23%
G = 32.07%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA6E2F (or 0xBA6E2F) is known color: Meteor. HEX triplet: BA, 6E and 2F. RGB value is (186,110,47). Sum of RGB (Red+Green+Blue) = 186+110+47=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E2F is #4591D0. Grayscale: #7D7D7D. Windows color (decimal): -4559313 or 3108538. OLE color: 3108538.

HSL color Cylindrical-coordinate representation of color #BA6E2F: hue angle of 27.19º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA6E2F is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 110 47 -
CMYK 0 0.41 0.75 0.27
HSL 27.19º 0.6% 0.46% -
HSV(B) 27.19º 0.75% 0.73% -
XYZ 26.34 21.8 5.51 -
YUV 125.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 186 110 47 0 0.41 0.75 0.27 27.19 0.6 0.46
Hex BA 6E 2F 0 29 4B 1B 1B 3C 2E
Octal 272 156 57 0 51 113 33 33 74 56
Binary 10111010 1101110 101111 0 101001 1001011 11011 11011 111100 101110

Color Harmonies of #BA6E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E2F

Black with #BA6E2F

Text Example


Text Example

White with #BA6E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E2F; }

 p { color: rgb(186,110,47); }

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

background-color css

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

 a { background-color: rgb(186,110,47); }

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

border-color css

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

 span { border-color: rgb(186,110,47); }

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